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

Sidekiq process hangs #459

Closed
fschwahn opened this issue May 3, 2016 · 3 comments
Closed

Sidekiq process hangs #459

fschwahn opened this issue May 3, 2016 · 3 comments

Comments

@fschwahn
Copy link

fschwahn commented May 3, 2016

Hi,
I'm seeing an issue with sidekiq, and rollbar is the only thing which hooks into sidekiq, so my guess something is off here (also, there were some changes in the sidekiq integration recently: #422, #421, #440).

Sometimes, my sidekiq processes just die, not processing any jobs anymore. There is no exception or anything, and the dashboard is not showing any job processing, only queued jobs. However, in the console I can see that jobs are started, but never complete or even show up in the dashboard as processing. After restarting the worker job processing continues normally. This seems to happen when a lot of jobs are processed simultaneously.

I'm using rails 5.0.0.beta4, rollbar 2.10.0 and sidekiq 4.1.1.

@jondeandres
Copy link
Contributor

Hi @fschwahn, are you able to fix the problem downgrading the rollbar gem version? I'd say we didn't do any change that could add this behavior.

Can you reproduce this in localhost?

@fschwahn
Copy link
Author

fschwahn commented May 3, 2016

I'm currently looking into this - my guess is now that one of the dependencies I'm using is not thread safe. I'll reopen if necessary.

@fschwahn fschwahn closed this as completed May 3, 2016
@jondeandres
Copy link
Contributor

nice @fschwahn, if you find something interesting and you want to share it here, please do it! 😄

Thanks again.

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