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 Delayed Job log files as Delayed Job does not place time stamps in the log file as of version 1.7.0.

Log location

The DelajedJob log can usually be found in RAILS_ROOT/log/delajed_job.log