Delayed_job web interface inspired by resque
I just launched delayed_job_web, a ruby plugin to give delayed_job a web interface similar to resque. This gem allows you to: easily view jobs enqueued, working, pending, and failed. Queue any single job. or all pending jobs, to run immediately. Remove a failed job, or easily remove all failed jobs. Watch delayed_job operation with live ajax polling.
Post a comment