reugn/go-quartz

How to integrate into the database?

RobertEyler opened this issue · 1 comments

I want intergrate into the database, so I restart my app I can use the quartz again

@RobertEyler, you can use a database to store scheduled jobs by implementing the JobQueue interface. There is an example of the implementation which uses the file system as the persistence layer here.