Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interrupted status on a job that is completed? #29

Open
novito opened this issue Jul 25, 2014 · 1 comment
Open

Interrupted status on a job that is completed? #29

novito opened this issue Jul 25, 2014 · 1 comment

Comments

@novito
Copy link

novito commented Jul 25, 2014

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
Copy link

bump
Same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants