technoweenie / coffee-resque

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resque Web dont display workers well and throws error

smokeymcpod opened this issue · comments

The resque web dont count very well the coffe-resque workers, when they are killed and re spawned it doesnt count it well, and when i click at the resque web "Workers" tab i get the following error:

NoMethodError at /administration/resque/workers
undefined method `split' for nil:NilClass
file: workers.erb location: block in evaluate_source line: 66

So is there a way that resque web can work fine with the coffee-resque workers? thank you!

@smokeymcpod are you using v0.1.6?

yes coffee-resque@0.1.6 and resque@1.21.0

@smokeymcpod it's been a while since it tried monitoring workers/jobs with resque-web. I'll look into this tonight.

Not getting the Workers tab issue, but tracking of the job processing isn't functioning with resque-web, the jobs run but resque-web just sees it as constantly waiting for a job.