Skip to content

Commit

Permalink
bug #43002 [Messenger] Add back kernel.event_subscriber tag on StopWo…
Browse files Browse the repository at this point in the history
…rkerOnCustomStopExceptionListener (lyrixx)

This PR was merged into the 5.4 branch.

Discussion
----------

[Messenger] Add back kernel.event_subscriber tag on StopWorkerOnCustomStopExceptionListener

| Q             | A
| ------------- | ---
| Branch?       | 5.4
| Bug fix?      | yes (but the bug was not released)
| New feature?  | no
| Deprecations? | no
| Tickets       |
| License       | MIT
| Doc PR        |

refs:
symfony/symfony#41163 (comment)

Commits
-------

00a34c623b [Messenger] Add back kernel.event_subscriber tag on StopWorkerOnCustomStopExceptionListener
  • Loading branch information
fabpot committed Sep 13, 2021
2 parents 5815a86 + b87f6a3 commit 9b73776
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Resources/config/messenger.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@
->tag('kernel.event_subscriber')

->set('messenger.listener.stop_worker_on_stop_exception_listener', StopWorkerOnCustomStopExceptionListener::class)
->tag('kernel.event_subscriber')

->set('messenger.listener.reset_services', ResetServicesListener::class)
->args([
Expand Down

0 comments on commit 9b73776

Please sign in to comment.