-
Bob Van Landuyt authored
By default Retriable would only try 3 times. Which would never hit our limit of 10s in sidekiq. Raising the number of tries means we'll only be limited by the maximum runtime.
f82b746f
By default Retriable would only try 3 times. Which would never hit our limit of 10s in sidekiq. Raising the number of tries means we'll only be limited by the maximum runtime.