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 cc74080 commit d3c4594Copy full SHA for d3c4594
1 file changed
app/jobs/alchemy/base_job.rb
@@ -3,9 +3,9 @@
3
module Alchemy
4
class BaseJob < ActiveJob::Base
5
# Automatically retry jobs that encountered a deadlock
6
- # retry_on ActiveRecord::Deadlocked
+ retry_on ActiveRecord::Deadlocked
7
8
# Most jobs are safe to ignore if the underlying records are no longer available
9
- # discard_on ActiveJob::DeserializationError
+ discard_on ActiveJob::DeserializationError
10
end
11
0 commit comments