Previously, the @max_retries var was being used for both the global default retry limit as well as when a developer indicates they want error notifications before retries have been exhausted for a ...
We've set a global Sidekiq default of 5 for max_retries, but overridden that in the code for particular jobs to be higher like in the ProgressWorker job referenced below that has been increased...