Peek::DelayedJob
Take a peek into the current state of your Delayed::Job queue – see the peek project for general information.
Only supports the DelayedJob ActiveRecord backend at the moment.
Installation
-
Add this line to your application's Gemfile:
gem 'peek-delayed_job'
-
Run
$ bundle
-
Add the following to
config/initializers/peek.rb
:Peek.into Peek::Views::DelayedJob
Configuration
If you would like to change the default label (delayed::job
) to something custom, include the label
option as an argument in the initializer:
Peek.into Peek::Views::DelayedJob, label: 'DJ'