Closed
Description
Symfony version(s) affected
6.3.0
Description
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