Skip to content

Tags: codercms/laravel-queue-rabbitmq

Tags

v10.2.3

Toggle v10.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2 from codercms/codercms-patch-2

Update composer.json

v10.2.2

Toggle v10.2.2's commit message
Update CHANGELOG

v10.2.1

Toggle v10.2.1's commit message
update changelog

v10.2.0

Toggle v10.2.0's commit message
changelog for 10.2.0

v10.1.3

Toggle v10.1.3's commit message
fix 100% CPU usage and `stop-when-empty` flag of `rabbitmq:consume` c…

…ommand

v10.1.2

Toggle v10.1.2's commit message
Update changelog for 10.1.2

v10.1.1

Toggle v10.1.1's commit message
10.1.1 release notes

v10.1.0

Toggle v10.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
`rabbitmq:consume` command (vyuldashev#289)

add `rabbitmq:consume` command which uses `basic_consume` instead of `basic_get` which outperforms `queue:work` by ~2x

v10.0.2

Toggle v10.0.2's commit message

v10.0.1

Toggle v10.0.1's commit message
Add missing container instance and connectionName to RabbitMQJob