Skip to content

Geo: Tweak sidekiq retries of some Geo jobs

Michael Kozono requested to merge mk/tweak-sidekiq-retries-of-geo-jobs into master

What does this MR do and why?

  • Reduces resource usage in some cases.
  • Increases reliability of some one-time (non-cronjob) jobs.

Many jobs used the default Sidekiq retries (which was 3 at some point) and we had neglected to consider overriding that default.

MR acceptance checklist

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

Edited by Michael Kozono

Merge request reports