Skip to content
This repository has been archived by the owner on Dec 8, 2017. It is now read-only.

18F/peek-delayed_job

Repository files navigation

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'

About

take a peek into your Delayed::Job queue

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published