RailsCasts Pro episodes are now free!

Learn more or hide this

ashahzad4's Profile

GitHub User: ashahzad4

Comments by

Avatar

What should i do if i want to set max_attempts for one job to 3 and some other job to 20 ? I just started using delayed_job, so i know of only place to put such configurations (initializers delayed_job_config). But is it possible to have separate configurations per job ? for example , separate config file for mailers_job and news_letters job.