Skip to content

Reloading Job Schedules on-the-fly #2325

Answered by lahma
MattBax asked this question in Q&A
Discussion options

You must be logged in to vote

Currently it's not possible. Quartz supports on-the fly updates via XML configuration (it's configured to be scanned for changes) and of course database backed storage where Quartz will query for latest changes.

Might not be impossible to achive with some changes though as ContainerConfigurationProcessor which handles DI configuration is based on XMLSchedulingDataProcessor which again is basis for the XML based updates (via XMLSchedulingDataProcessorPlugin).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@MattBax
Comment options

Answer selected by MattBax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants