Consider using symfony/process to launch core agent #45
Labels
enhancement
New feature or request
nice to have
This is a "nice to have" feature - not a critical requirement
The core-agent is launched with a basic
exec
at the moment. If we don't mind depending on another a third party library, we could use the very powerful symfony/process component to manage this. We can gather output, check the PID status etc. to ensure the agent has launched much better.The text was updated successfully, but these errors were encountered: