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
Mike Perham edited this page Nov 13, 2017
·
1 revision
Some of your jobs will fail, it's true. Faktory provides a built-in error handling process: automatic retry with exponential backoff. If your job raises an error, that is considered a failure and the job will be retried in the future. If your job returns normally, that is considered a success.
By default, jobs will retry 25 times (over 21 days). If it does not run successfully, the job will be moved to the Dead set where it must be manually retried. The job will be pruned from the Dead set after 6 months.
You can tune the error handling with the retry attribute: