Closed
Description
Description
ATM, StopWorkerOnSigtermSignalListener listen only SIGTERM
.
IMHO, it should also listen SIGINT (CTR+C) for the following reasons:
- in dev, we can have the same behavior than in production
- in prod, when adding manually more consumers (yeah, SSH +
bin/console
🧓🏼), it's boring to stop them cleanly. CTRL+C is easier - I always found it weird it doesn't listen SIGINT - Okay, this is not a valid argument :)
cc @Tobion
I'll make the PR if accepted