Ankit
04/14/2023, 8:54 AMFlow run infrastructure exited with non-zero status code -1.
Marvin
04/14/2023, 8:55 AMFlow run infrastructure exited with non-zero status code -1
might be related to the cancellation of a flow run or issues with the infrastructure. Here are some steps you can take to troubleshoot the issue:
1. Verify that the agent process is running, e.g., Kubernetes deployment, ECS service, dockerd daemon.
2. Check the agent logs to see if anything suspicious stands out there.
3. Verify that your execution layer is able to pull your flow run's image. If the image needs to be pulled from a container registry, make sure your container can reach the internet and has appropriate permissions to pull the image.
4. Verify that your execution layer has enough permissions.
You can find more information in the following resources:
- Agent source code
- Discourse discussion on flow run stuck in a pending state
I hope this helps you resolve the issue. If you need more assistance, please let me know.Nate
04/14/2023, 2:32 PMMarvin
04/14/2023, 2:33 PMNate
04/14/2023, 2:34 PM