Slackbot
09/13/2024, 2:09 PMMarvin
09/13/2024, 2:09 PMI'm running on Push ECS infrastructure and i'm getting intermittent failures with the following messages: Do you know what might cause this issue?```Downloading flow code from storage at '.' 090825 AM prefect.flow_runs Flow could not be retrieved from deployment. Traceback (most recent call last): File "<frozen importlib._bootstrap_external>", line 846, in exec_module File "<frozen importlib._bootstrap_external>", line 982, in get_code File "<frozen importlib._bootstrap_external>", line 1039, in get_data FileNotFoundError: [Errno 2] No such file or directory: 'scrapers/scraper_rookies_animation.py' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/prefect/.local/lib/python3.9/site-packages/prefect/engine.py", line 436, in retrieve_flow_then_begin_flow_run else await load_flow_from_flow_run( File "/home/prefect/.local/lib/python3.9/site-packages/prefect/client/utilities.py", line 100, in with_injected_client return await fn(*args, **kwargs) File "/home/prefect/.local/lib/python3.9/site-packages/prefect/deployments/deployments.py", line 322