-
Notifications
You must be signed in to change notification settings - Fork 107
RetryManager
ticoann edited this page May 3, 2018
·
1 revision
RetryManager applied configurable retry logic for the cooloff jobs to determine retry duration.
- Uses plugin to change the retry logic. (Current default is SquaredAlgo - each retry increase the time by squares of retry times). There are various plugins is implemented. (i.e LinearAlgo, PauseAlgo, ProcessingAlgo, SquaredAlgo)
- It moves the job status to "created" when condition is met.