Skip to content
itsderek23 edited this page Sep 4, 2010 · 4 revisions

Request-log-analyzer can parse Delayed::Job logs since version 1.5.4. If it fails to auto-detect this format, use the --format delayed_job command line option. The report includes statistics on job frequency, job duration, and failed jobs. Note that the --before and --after options aren’t supported for DelayedJob log files as DelayedJob does not place time stamps in the log file as of version 1.7.0.

Log location

The DelayedJob log can usually be found in RAILS_ROOT/log/delayed_job.log