Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[amqp-lib] Delayed messages triggered on worker restart #1053
Comments
|
It should not happen per my understanding of how RabbitMQ works and I've never experienced such behavior. Needs more details. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When the queue workers are restarted (using supervisor), all delayed messages are instantly triggered, regardless of the remaining delay.
This happens when using either
rabbitmq_dlxorrabbitmq_delay_plugindelay strategy.Implemented via laravel-queue with amqp+rabbitmq dsn.