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
mikk150
changed the title
DB queue is extremely slow if there are many delayed jobs
[yii\queue\db\Queue::reserve()] is extremely slow if there are many delayed jobs
Oct 24, 2018
What steps will reproduce the problem?
Make DB queue with 200k+ jobs on delayed list
What's expected?
fetching jobs from queue should be fast
What do you get instead?
since fetching jobs from queue takes 3+ seconds, additional workers get mutex timeout
Additional info
The text was updated successfully, but these errors were encountered: