STRONG
STRONG
I am working on a web api for the Scheduler. This will be only support net core. The first release will only contain scheduler functions but i will continue to...
The api will be open source.
You just need to configure it. Here is my name value collection config for using it // JobStore Plugin properties //{"quartz.jobStore.misfireThreshold", "60000"}, //{"quartz.jobStore.type", "Quartz.Impl.AdoJobStore.JobStoreTX, Quartz"}, //{"quartz.jobStore.useProperties", "false"}, //{"quartz.jobStore.dataSource", "myDs"}, //{"quartz.jobStore.tablePrefix",...