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)

Most upvoted comments

I think that @Retry should work although I’ve never tried that.

I will give it a go 👍

Maybe just a mention of that in the docs for scheduled jobs would be useful for users like me

@josephearl +1. Is it something you would be interested in contributing?