You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.