-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Allow Quarkus Scheduler to handle concurrent execution #10203
Comments
/cc @mkouba |
Sounds reasonable. We could add |
I've finished the implementation but I'm still struggling to write a proper test. |
Hm, actually the contract of |
Hi, |
I've created a draft PR here: #10338 |
Being able to SKIP is very much what I was looking for. Thank you! |
Description
According to the docs Quarkus Scheduler allows concurrent execution
https://quarkus.io/guides/scheduler
It would be nice to be able to prevent concurrent execution.
Implementation ideas
We can add a property to the
Scheduled
annotation that would control this. It would default to the concurrent behavior of course.The text was updated successfully, but these errors were encountered: