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 there, we have encountered an issue that some jobs dont get executed even though they get enqueued(we see them in the enqueued tab in sidekiq web ui). We can't really replicate as this happens once every 1K jobs or more but its hitting us with integration testing.
Today we are using these 3 in conjuction:
gem 'sidetiq'
gem 'sidekiq-unique-jobs'
gem 'sidekiq-throttled'
Are there any known issues we should be aware of? The specific disspearing jobs we have noticed are only using 2 gems though:
Seams likely that it has something to do with the throttling? Very hard to tell for sure but that would be my guess. If the job has been enqueued and a worker exists for that queue it should be all good.
Hi there, we have encountered an issue that some jobs dont get executed even though they get enqueued(we see them in the enqueued tab in sidekiq web ui). We can't really replicate as this happens once every 1K jobs or more but its hitting us with integration testing.
Today we are using these 3 in conjuction:
gem 'sidetiq'
gem 'sidekiq-unique-jobs'
gem 'sidekiq-throttled'
Are there any known issues we should be aware of? The specific disspearing jobs we have noticed are only using 2 gems though:
Any ideas?
The text was updated successfully, but these errors were encountered: