0.01
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Take a peek into your DelayedJob queue.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

Peek::DelayedJob

Take a peek into the current state of your Delayed::Job queue – see the peek project for general information.

screenshot

Only supports the DelayedJob ActiveRecord backend at the moment.

Installation

  1. Add this line to your application's Gemfile:

    gem 'peek-delayed_job'
  2. Run

     $ bundle
    
  3. 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'