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 387652b commit 749f519Copy full SHA for 749f519
app/jobs/application_job.rb
@@ -6,7 +6,7 @@ class ApplicationJob < ActiveJob::Base
6
retry_on ActiveRecord::Deadlocked
7
8
# Retry on HTTP errors
9
- retry_on HTTPX::HTTPError, wait: HTTP_500_RETRY_DELAY
+ retry_on HTTPX::HTTPError, wait: HTTP_5XX_RETRY_DELAY
10
11
# Most jobs are safe to ignore if the underlying records are no longer available
12
discard_on ActiveJob::DeserializationError
0 commit comments