<@ULVA73B9P> I started a quick run of a deployment...
# ask-marvin
m
@Marvin I started a quick run of a deployment. Downloading flow code from storage at 'price-scrap-store-2c0c7dea-3633-42cf-b23d-d1e256bb09ae' will I get a log when this is done? It has been like this for 10 minutes
m
It seems that there might be an issue with the deployment run. Here are some insights and possible actions you can take: 1. Logs & Monitoring: Prefect should provide logs throughout the flow run, including when the flow code is being downloaded. If it has been stuck for too long, it usually indicates an issue. For more information on Prefect logging, you can refer to Prefect's runtime context guide. 2. Common Issues: - Pending State: There have been issues where flows remain in a pending state due to configuration or dependency issues. Refer to the Github issue on infinite Pending state for more context. - File Retrieval Errors: Errors such as "No such file or directory" or problems with file retrieval during deployment are documented in the issue on orion.db-wal. 3. Debugging Steps: - Check Storage Configuration: Ensure that your storage configuration (e.g., S3 bucket, GitHub repository) is accessible and correctly configured. - Inspect Logs: Check the logs for any errors or warnings related to file downloads or execution. - Runtime Context: For detailed logs and flow state, refer to the Prefect runtime context. If the problem persists, you may need to manually intervene, check the deployment configurations, or restart the run. For a deeper dive, you can also refer to Prefect's storage guide. If you require further assistance, inspecting the flow's logs in the Prefect UI or reaching out to the Prefect community for detailed support might be beneficial.
n
hi @Matija - sounds like it could be a network problem or a credentials problem - where are you trying to retrieve your code from?