resque-web icon indicating copy to clipboard operation
resque-web copied to clipboard

a Rails-based web interface to Resque

Results 44 resque-web issues
Sort by recently updated
recently updated
newest added

This feature places a "Delete" button next to each job in a queue. When that button is clicked, the enqueued job is removed and the user is taken back to...

When I started this project I foolishly called it "resque-web" which is the same as the Sinatra app presently embedded in the resque gem. This has caused some confusion. See...

I volunteered to take over this project some time ago. I turned it into a ruby-engine and released it as a Gem. Unfortunately approximately 0 of my current projects even...

Hi, I can't show any tabs in resque-web ![capture decran 2014-08-13 a 08 26 13](https://cloud.githubusercontent.com/assets/372462/3901827/c9b3dfce-22b2-11e4-98fd-3de617bbd159.png) If I inspect code, tabs is present, but like in mobile version. I find the...

`/workers` hostname column is wrong and misleading as it displays worker id instead of hostname

When listing failing jobs, the upper end of the job range shown in the header is one higher than it should be, due to the header referencing the following: ```...

Filtering errors would be awesome for us QA people that keep an eye on these things. Mainly being able to filter by exception type would be wonderful!

Implemented the ability to kill workers within the web app.

I am using dynamic loading. When browsing to the /schedule I can see job scheduled. But then I remove specific job from the scheduled queue it is not removed from...