Skip to content

RetryManager

ticoann edited this page May 3, 2018 · 1 revision

RetryManager applied configurable retry logic for the cooloff jobs to determine retry duration.

  1. 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)
  2. It moves the job status to "created" when condition is met.
Clone this wiki locally