RetryManager - dmwm/WMCore GitHub Wiki

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.