Resque没有运行worker来从队列中挑选作业--Rails

时间:2013-08-06 11:21:05

标签: ruby-on-rails redis resque

我有一个resque工作要运行。我尝试通过发出命令将我的工作排队到队列: Resque.enqueue("QUEUE", params)

它将作业推送到队列中。我尝试将resque接口作为localhost:3000 / resque运行。它向我展示了待处理的工作......但它也表明没有工人在运行。我运行rake任务来按命令启动worker:(QUEUE='*' bundle exec rake resque:work)。 我的redis实例是Resque.redis = #<Redis::Namespace:0x007f82183d0120 @namespace=:resque, @redis=#<Redis client v2.2.2 connected to redis://localhost:6379/0 (Redis v0.07)>>

当我尝试运行rake任务时,我也没有收到任何错误..如果您需要更多信息,请告诉我。

0 个答案:

没有答案