Page MenuHomePhorge

Use incrementing retry interval (backoff) in all jobs
ClosedPublic

Authored by machniak on Wed, Feb 19, 2:09 PM.

Details

Reviewers
mollekopf
Group Reviewers
Restricted Project
Commits
rK12e27a123022: Use incrementing retry interval (backoff) in all jobs
Summary

It should be always better to wait some time on error, instead of trying again immediately.
It gives more time to the job in case of some temporary error. It should work better
with short breaks, but if DB/IMAP/LDAP is dead for longer the job will eventually fail.

Also, unified number of attempts.

Diff Detail

Repository
rK kolab
Lint
Lint Not Applicable
Unit
Tests Not Applicable