-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new console command to listen to multiple queues #167
Conversation
viktorprogger
commented
May 28, 2023
Q | A |
---|---|
Is bugfix? | ❌ |
New feature? | ✔️ |
Breaks BC? | ❌ |
Fixed issues | #143 |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #167 +/- ##
============================================
- Coverage 94.31% 89.72% -4.60%
- Complexity 340 359 +19
============================================
Files 40 44 +4
Lines 915 983 +68
============================================
+ Hits 863 882 +19
- Misses 52 101 +49 ☔ View full report in Codecov by Sentry. |
PR Summary
|
…essages to process.
Looks OK but seems to break all tests. |
…command # Conflicts: # config/di.php # config/params.php
…command # Conflicts: # config/di.php # config/params.php # tests/App/DummyQueue.php
👍 |