DaemonBundle
DaemonBundle copied to clipboard
Allows you to create daemonized commands. 😈
Hello, I was trying to update my app to Symfony 7.x. After a "**composer update -W**" with all Symfony dependencies targeted to ^7.0, I had some composer conflicts : ```...
This pull request refactors the handling of OS signals for daemon commands by introducing a dedicated `ConsoleCommandListener` that responds to Symfony's `ConsoleSignalEvent`. The signal handling logic is moved out of...
When updating to sf >= 7.3 projects based on DaemonBundle fails since symfony Command implements the SignalableCommandInterface on its 7.3 version. To fix this I sent the PR #42 that...