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
As the Database and Queue components work standalone they should also work together.
But I highly recommend to don't use the database driver as table-locks don't play well with the queue table.
We had it very often, without and immense load, that jobs have been processed twice (multiple queue worker) or never got to the queue as the dispatch failed.
Is there any way of making this work with the database driver?
The text was updated successfully, but these errors were encountered: