cryo28 / sidekiq_status

Extension to Sidekiq to pass job execution metadata such as status and result back to the client
MIT License
152 stars 53 forks source link

Job status incorrectly says 'working' #52

Open dblessing opened 7 years ago

dblessing commented 7 years ago

Using sidekiq_status 1.2.0 and Sidekiq 4.2.10. Sidekiq itself currently shows all empty queues and no busy jobs. Sidekiq status, however, reports that about a dozen jobs are 'working'. I have fiddled with the container object to try to update the status, but it doesn't change the status.

stephannv commented 7 years ago

I'm having the same problem

stephannv commented 7 years ago

To solve this problem, I used this fork: https://github.com/apoyan/sidekiq_status This line solve the problem: https://github.com/cryo28/sidekiq_status/pull/46/files