You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
andsidekiq 4.1.1
.The text was updated successfully, but these errors were encountered: