Skip to content

Commit 749f519

Browse files
committed
Fix typo
1 parent 387652b commit 749f519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/jobs/application_job.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class ApplicationJob < ActiveJob::Base
66
retry_on ActiveRecord::Deadlocked
77

88
# Retry on HTTP errors
9-
retry_on HTTPX::HTTPError, wait: HTTP_500_RETRY_DELAY
9+
retry_on HTTPX::HTTPError, wait: HTTP_5XX_RETRY_DELAY
1010

1111
# Most jobs are safe to ignore if the underlying records are no longer available
1212
discard_on ActiveJob::DeserializationError

0 commit comments

Comments
 (0)