socialpandas / sidekiq_monitor

Advanced monitoring for Sidekiq
MIT License
230 stars 35 forks source link

Interrupted status on a job that is completed? #29

Open novito opened 10 years ago

novito commented 10 years ago

I have a Rails app which pushes job to a Redis queue. Then in other machines I have several workers that fetch those jobs and push back results via HTTP to Rails.

Why would those Sidekiq workers show an status of interrupted within the sidekiq_monitor interface? I am certain those jobs have finished successfully.

I am guessing is because since they are outside the Rails app itself there is no way they can upload the status within the ActiveRecord? Any solutions on this?

rossettistone commented 10 years ago

bump Same issue.