Open nmondal opened 10 months ago
@nmondal please submit the PR.
Here is the PR. https://github.com/quartz-scheduler/quartz/pull/1093
Some tests fail while running in JDK-21, but I have ensured that the portion of the added code is tested fully and runs under any JRE.
@melloware Can you please look into the PR.
Because most of the cron operations are are doing is massively IO centric. I will raise a PR soon to do the same. Please let me know if this is going to be useful or not. It can be done with - DirectSchedulerFactory anyways by switching the threadpool:
with
RAMJobStore