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

I'm using `php-resque` and i know nothing about Ruby - how do I set this up? README doesn't help me.

Heya, dunno whose running the show for this, but we hit a weird error because `twitter-bootstrap` had less included, which seemed not to be relevant to this gem at all....

It'd be good to support some kind of pluggable authentication. I'd ideally like to reuse the authentication from the app we're mounting Resque Web inside of. Perhaps we can provide...

http://localhost:3000/resque_web/failures undefined method `retry_failure_path' for # Did you mean? retry_failur_path retry_failur_url retry_all_failures_path

resque-web is mounted at /resque-web in routes file and I'm able to see it and on the live site on heroku as well as on my local maching, But it...

I have 2 workers running on 2 servers, but the workers tab only shows 2 workers (1 on each machine). I just upgraded resque-web to latest along with upgrading resque...

Getting the title error when trying to access /resque_web. Is this a none issue? I'm not using multi queue failure as far as I know...

I implemented this in one of my Rails apps but the method isn't so clean. If someone could help me get the structure of how the button should be set...

I noticed that if I retry a job from the failure queue with the Retry button, the after_enqueue hook is not executed. I don't know if this is intended or...