quirkey / resque-status

resque-status is an extension to the resque queue system that provides simple trackable jobs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Status tab in new resque web

alex88 opened this issue · comments

Is this plugin compatible with the new resque web gem?

https://github.com/resque/resque-web/blob/master/PLUGINS.md

I've tried to add require 'resque/status_server' to my initializer without any luck

New code for this needs to be added to work with the new resque-web. I'm still documenting the process:
https://github.com/resque/resque-web/blob/master/PLUGINS.md

I'm starting to work on it for this project.