Skip to content
wvanbergen 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.

Log location

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

Timestamps

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. A patch has been accepted into DelayedJob to resolve this. Request-log-analyzer will be updated to parse this information, and the time based functionality will be available for these files.