Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a scheduler in Jira with retry mechanism?

Nikhil_Tyagi April 27, 2020

Hey,

 

I'm trying to create a scheduler in Jira which will process certain type of issues periodically. Also during any scheduler operation, if their is an operational failure i would like to have an exponential retry mechanism to handle those errors. 

 

Can i use Spring retry for this. 

Eg: 

@Retryable(maxAttempts = 8, value = {Exception.class }, backoff = @Backoff(delay = 60000, multiplier = 2, maxDelay = 21600000))

 

Please advice.

 

Thanks,

0 answers

Suggest an answer

Log in or Sign up to answer