I queued up a 开发者_JS百科bunch of jobs given each one an id that gets printed out. What I find surprising is when I queue up 140 jobs each with varying sleep(n) in them I still see the output of the
So I\'m converting my Admin mailers to use Resque and execute in the background. When I ran: rake resque:work QUEUE=\'*\' --trace
I am using resque and resque-scheduler to schedule jobs in rails 3, any way I am building an interface for the user to change the values in the cron tab file but they don\'t reflect in the scheduler s
I h开发者_JAVA技巧ave a resque-scheduler delayed job that is queued properly. Everything is working nice an smootly on dev machine. Once deployed the job get executed but failed. resque-web shows on t
I have a queue named check_integrity and lots of jobs in it. When i run a worker for it it takes jobs first in first out 开发者_如何学编程order. Is it possible to shuffle the jobs in that particular q
I\'m using Redis To Go on Heroku, and I\'d like to use it to store some data alongside Resque jobs, much like I can store DelayedJobs in the same Postgres database as the rest of my model data.
So I have Resque and redis to go set up on Heroku and this is what my resque.rake file looks like: require \'resque/tasks\'
Got a weird problem that I can\'t find addressed anywhere. I\'m using Resque in a project along with DatabaseCleaner to clean up between tests. Our test suite needs to actually use regular resque/red
I am running on Rails 3.1 RC5. Resque doesn\'t seem like it is ab开发者_StackOverflow社区le to access root_url from a worker class. I tried putting include Rails.application.routes.url_helpers to no a
I have disable开发者_如何学JAVAd redis listening to port 6379 and enabled the websocket. It works wonderfully from my application, but when I launch resque-web it keeps listening trough network interf