daemonizable-command icon indicating copy to clipboard operation
daemonizable-command copied to clipboard

Daemonizable (endless running) commands for Symfony.

Results 6 daemonizable-command issues
Sort by recently updated
recently updated
newest added

I suppose it will be a good feature to add the ability for commands to check if a shutdown was requested, e.g. in finish iteration I have a code that...

does anyone have this working under docker debian?

Hi, I'd like to thank you for amazing library in the first place! I'm using `EndlessCommand` in kubernetes and I'd love if it supported k8s' probes (they make sure command...

Is there a way to connect to this daemon from the normal Symfony Controllers. I need to store some open sockets because it takes a while to set them up....

Marking this as a draft since I'm not using the doctrine removal inside the project + might require some intermediary steps, e.g. a deprecation notice inside the library to make...

In Symfony 6.4.*, the use of the `ContainerAwareInterface` and the `ContainerAwareTrait` is marked as deprecated, to be removed with version 7. This project uses this in the `EndlessContainerAwareCommand` to clear...