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.
How can the status become out of sync?
How can the status be updated to correctly reflect the current situation?
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.