Is there something like resque-web that I can use for coffee-resque? I tried pointing the ruby version of resque-web to my redis db and it seems to work, but none of my workers get registered and I can only see summary data after it’s been processed.
Is there something like resque-web that I can use for coffee-resque? I tried pointing
Share
There isn’t such a thing, but you can make it yourself using Socket.IO to show you the workers processing jobs in real-time.