Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/delayed/job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class DeserializationError < StandardError
class Job < ActiveRecord::Base
MAX_ATTEMPTS = 25
MAX_RUN_TIME = 4.hours
set_table_name :delayed_jobs
self.table_name = :delayed_jobs

# By default failed jobs are destroyed after too many attempts.
# If you want to keep them around (perhaps to inspect the reason
Expand Down