👋 First off thanks for your product! Recently introduced it at my company and have had nothing but positive feedback so far.
I noticed an odd race condition from percy start --detached
between spawning
the agent and running the health check. This causes the command to error but
still start the process in the background. It only occurs with the --detached
flag.
I'm trying to start the agent from node script using execa.command
.
Unfortunately this error causes execa
to bail which kills the agent.