Commit 26a59413750ddb2f60e87d56383e69645c2e793b

Authored by Antonio Terceiro
1 parent fb414a8c

Delayed::Job must be explictly told about its backend

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
config/initializers/delayed_job_config.rb
  1 +Delayed::Worker.backend = :active_record
1 2 Delayed::Worker.max_attempts = 2
2 3 Delayed::Worker.max_run_time = 10.minutes
... ...