Skip to content

Let sidekiq handle retries

What does this MR do and why?

Let sidekiq handle retries

By implementing our own retry mechanism, the jobs are retrying infinitely and without backoff. This causes the jobs to be stuck in the queue forever. Bubble the error up and allow sidekiq to handle the retries so that they stop after 3 attempts.

Changelog: fixed EE: true

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request reports