The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.