How to persist job data on every run, not just when there’s a change?
I’ve got a largge Quartz database that uses binary serialization across the board. I want to migrate everything in the JB to JSON serialization, and I’m using the example here as a guide.
Quartz.net: how to persist job data on every run, not just when there’s a change?
I’ve got a largge Quartz database that uses binary serialization across the board. I want to migrate everything in the JB to JSON serialization, and I’m using the example here as a guide.