We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1233391 commit 84bc5e9Copy full SHA for 84bc5e9
1 file changed
app/jobs/update_job.rb
@@ -7,8 +7,8 @@ class UpdateJob < ApplicationJob
7
include JobWithTimestamp
8
queue_as :default
9
10
- retry_on Errno::ECONNREFUSED, wait: :exponentially_longer, attempts: 10
11
- retry_on Model::LockTimeoutError, wait: :exponentially_longer, attempts: 10
+ retry_on Errno::ECONNREFUSED, wait: :polynomially_longer, attempts: 10
+ retry_on Model::LockTimeoutError, wait: :polynomially_longer, attempts: 10
12
13
self.deduplicate = true
14
0 commit comments