How to integrate into the database?
RobertEyler opened this issue · 1 comments
RobertEyler commented
I want intergrate into the database, so I restart my app I can use the quartz again
reugn commented
@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.