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 noticed that when I start multiple consumers the same messages are executed by the consumers. Is there a way to "reserve" a message? I'm using Dbal to store the messages in a MariaDB database.
Hi,
I noticed that when I start multiple consumers the same messages are executed by the consumers. Is there a way to "reserve" a message? I'm using Dbal to store the messages in a MariaDB database.
How I dispatch the messages
How I consume the messages
Now running
php bin/start-worker.php
multiple times will lead to the same messages being picked up several times. Am I understanding something wrong?The text was updated successfully, but these errors were encountered: