Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Quartz.Net file store

Quartz.Net provides RAMJobStore and AdoJobStore to store the internal state in volatile memory and a database respectively.

It also effectively allows persisting some state in a file by watching an XML file.

But there is no FileJobStore, which would store the same information as AdoJobStore in case there is a system reboot. This is the obvious solution to small-scale schedules to be protected against a system reboot. Why?

I can think of efficiency considerations. But the advantage would be setting up a persistence instance of Quartz.Net without any dependencies.

like image 642
Alapago Avatar asked Mar 20 '26 17:03

Alapago


1 Answers

I had the same question and up-voted you but I could not find any answer and turned to VistaDB at last. It's a file-based embedded database which solved my requirements. You can have a try, if you still needs it.

like image 105
Gildor Avatar answered Mar 24 '26 22:03

Gildor



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!