Mission Control

Public
Rails-based frontend to Active Job adapters.
Used 12 times
Created by
F Facundo Espinosa

Usage
It currently supports Resque and Solid Queue. Its features depend on those offered by the adapter itself. At a minimum, it allows you to inspect job queues and jobs currently waiting in those queues and inspect and retry or discard failed jobs.

Run this command in your Rails app directory in the terminal:

rails app:template LOCATION="https://railsbytes.com/script/V2GsGN"
Template Source

Review the code before running this template on your machine.

gem "mission_control-jobs"
run "bundle install"
route "mount MissionControl::Jobs::Engine, at: \"/jobs\""
Comments

Sign up or Login to leave a comment.