Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jobScheduled listener not triggered #234

Closed
claudiowilson opened this issue May 29, 2018 · 1 comment
Closed

jobScheduled listener not triggered #234

claudiowilson opened this issue May 29, 2018 · 1 comment

Comments

@claudiowilson
Copy link

When using this api:

void scheduleJob(JobDetail jobDetail, Set<? extends Trigger> triggersForJob, boolean replace) throws SchedulerException; the jobScheduled callback for the SchedulerListener does not get triggered. This is because when storing the triggers QuartzScheduler does not call notifySchedulerListenersSchduled in the API. I can put up a fix if you'd like, since it is relatively simple.

@zemian
Copy link
Contributor

zemian commented Feb 14, 2019

Fixed with PR #351

@zemian zemian closed this as completed Feb 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants