Protected jobsA map of job ids to data about the job
Protected configThe initial delay
The delay for all retries after the first one
The max number of ms to retry before giving up and throwing a RetryTimeoutError. Note that this is an absolute value which includes time spent actually running the job. For example, if you set this to 1 hour and your job takes 30 minutes to run, you will only get 2 retries.
Protected calculateCalculate the next wait time for retrys
Generated using TypeDoc
A simple periodic retry mechanism