We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b48256 commit 9cec09eCopy full SHA for 9cec09e
app/jobs/order_items_job.rb
@@ -1,6 +1,6 @@
1
class OrderItemsJob < ApplicationJob
2
queue_as :default
3
- retry_on StandardError, attempts: 20, wait: :exponentially_longer
+ retry_on StandardError, attempts: 5, wait: :exponentially_longer
4
5
def perform(record)
6
return unless record.items.empty?
0 commit comments