quarkus: Quartz scheduler to support retry on failure
Description
It would be really nice if you could specify a number of retries and the delay/backoff between retries for failed scheduled jobs using the @Scheduled
annotation.
Implementation ideas
No response
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 15 (9 by maintainers)
I think that
@Retry
should work although I’ve never tried that.I will give it a go 👍
@josephearl +1. Is it something you would be interested in contributing?