-
-
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
Introduce Envelope #185
Introduce Envelope #185
Conversation
xepozz
commented
Dec 26, 2023
Q | A |
---|---|
Is bugfix? | ❌ |
New feature? | ✔️ |
Breaks BC? | ❌ |
PR Summary
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #185 +/- ##
============================================
- Coverage 94.31% 93.33% -0.99%
- Complexity 340 349 +9
============================================
Files 40 43 +3
Lines 915 930 +15
============================================
+ Hits 863 868 +5
- Misses 52 62 +10 ☔ View full report in Codecov by Sentry. |
use Yiisoft\Yii\Queue\Message\EnvelopeTrait; | ||
use Yiisoft\Yii\Queue\Message\MessageInterface; | ||
|
||
final class FailureEnvelope implements EnvelopeInterface |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need phpdoc.
# Conflicts: # src/Adapter/SynchronousAdapter.php # src/Exception/JobFailureException.php # src/Middleware/FailureHandling/Implementation/ExponentialDelayMiddleware.php # src/Middleware/FailureHandling/Implementation/SendAgainMiddleware.php # src/Queue.php # src/Worker/Worker.php # tests/Unit/QueueTest.php # tests/Unit/SynchronousAdapterTest.php
Co-authored-by: Alexander Makarov <[email protected]>