No commit activity in last 3 years
No release in over 3 years
View all, running, failed, and queued jobs. Retry failed jobs.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Active Admin Delayed Job Controller

This module adds a plug-and-play controller to your existing Active Admin setup. It allows you to view and manage the delayed jobs in your queue.

Installation

Add this to your Gemfile

gem 'active_admin_delayed_job', :git => 'git://github.com/drush/active_admin_delayed_job.git'

# or from rubygems

gem 'active_admin_delayed_job'

Features

  • View all the delayed jobs in your system
  • Filter to All, Running, Failed, and Queued jobs
  • Select and Retry or Delete jobs