Skip to content

Bump GitHub Stage and AdvanceStage worker retries

What does this MR do and why?

This change set the Sidekiq retries to 6 for GitHub Stage and AdvanceStage workers.

These workers can run for a long time, so can be more prone to things like service interruptions. We'd like them to be more resilient.

The exponential retry backoff will mean 6 retries will introduce nearly 20m total wait time. https://github.com/sidekiq/sidekiq/wiki/Error-Handling#automatic-job-retry Any higher retry will hold up an import for too long.

#433326 (closed)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #433326 (closed)

Merge request reports