You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The service messenger.listener.stop_worker_on_sigterm_signal_listener got replaced by messenger.listener.stop_worker_on_sigterm_signal_listener in this commit
I guess the old service should be deprecated and still be available in the DI until Symfony 7 🤔
How to reproduce
Inject messenger.listener.stop_worker_on_sigterm_signal_listener into services
Possible Solution
Deprecate it for Symfony 7.0
Additional Context
No response
The text was updated successfully, but these errors were encountered:
shyim
changed the title
stop_worker_on_sigterm_signal_listener service missing
[Messenger] stop_worker_on_sigterm_signal_listener service missing
May 31, 2023
…tener.stop_worker_on_sigterm_signal_listener` service (alexandre-daubois)
This PR was merged into the 6.3 branch.
Discussion
----------
[Messenger] Add deprecation message for the `messenger.listener.stop_worker_on_sigterm_signal_listener` service
| Q | A
| ------------- | ---
| Branch? | 6.3
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix ##50499
| License | MIT
| Doc PR | _NA_
Commits
-------
02909a2 [Messenger] Add deprecation message for the "messenger.listener.stop_worker_on_sigterm_signal_listener" service
Symfony version(s) affected
6.3.0
Description
The service
messenger.listener.stop_worker_on_sigterm_signal_listener
got replaced bymessenger.listener.stop_worker_on_sigterm_signal_listener
in this commitI guess the old service should be deprecated and still be available in the DI until Symfony 7 🤔
How to reproduce
Inject
messenger.listener.stop_worker_on_sigterm_signal_listener
into servicesPossible Solution
Deprecate it for Symfony 7.0
Additional Context
No response
The text was updated successfully, but these errors were encountered: