I’m looking into scheduling my application with Quartz, but in all cases, the job trigger seems to be a one-time activity, and changes to the trigger need the application to be re-deployed to take effect.
Is there any way I can have the job trigger check for changes to the job schedule without having to redeploy the code?
Thanks,
I’m looking into scheduling my application with Quartz, but in all cases, the job
Share
Schedule the job again, using the new trigger.