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
I want the "slow task" queue to execute at most 2 tasks simultaneously. It works fine most of the time, but sometimes it runs more tasks at the same time, like even 7 tasks.
The text was updated successfully, but these errors were encountered:
Same here, using latest limit_fetch, sidekiq 6 latest, and AWS Elasticache redis 5.0.6. Looking at the queue explain shows that it has "lost" the locks on several Processes so thinks it should be safe to run additional copies (which it should not). It seems to happen more often under high CPU load on the sidekiq servers.
I set a limit on a queue, but it occasionally takes up more.
I want the "slow task" queue to execute at most 2 tasks simultaneously. It works fine most of the time, but sometimes it runs more tasks at the same time, like even 7 tasks.
The text was updated successfully, but these errors were encountered: