Javier SG
09/20/2024, 6:31 AMFlow run infrastructure exited with non-zero status code:
Container exited with non-zero code (Error Code: 1)
This may be caused by attempting to run an image with a misspecified platform or architecture.
Marvin
09/20/2024, 6:31 AMplatform
and architecture
are compatible with the execution environment.
- Check the configuration and parameters used to build or pull the container image.
2. Increase Resource Limits:
- If you suspect resource limits are being hit, you could try increasing the CPU, memory, or timeout settings for your flow runs.
3. Consult Cloud Provider Logs:
- Check the logs from the cloud provider's control panel for more details on why the container might have exited unexpectedly.
4. Prefect Documentation Review:
- For Prefect 2.x: Review relevant pages such as Cloud Run Worker and Azure Container Instances.
- For Prefect 3.x: Review troubleshooting guides for specifics about common issues and solutions.
### Additional Links
- Prefect 2.x Cloud Run Worker: https://docs-2.prefect.io/latest/integrations/prefect-gcp/cloud_run_worker/
- Prefect 2.x Azure Container Instance: https://docs-2.prefect.io/latest/integrations/prefect-azure/container_instance/
- Prefect 3.x Troubleshoot Cloud: https://docs-3.prefect.io/3.0/manage/cloud/troubleshoot-cloudCharles Liu
09/20/2024, 6:00 PMJavier SG
09/23/2024, 5:39 AM