Brian Roepke
09/15/2024, 10:54 PMFailed due to a FileNotFoundError when trying to retrieve the flow from deployment. The file 'status/status_domain_verify.py' could not be found.
Some things about my setup:
• Prefect 3.0x
• I used these docs to get the infra-provisioned
• I have two flows deployed to the same container image/tag (that seems to work fine - they spool different ECS Tasks when they run concurrently - when they don't Fail)
• I've included the deployment code below.
• I added retries at the flow level, but they never worked since the code was never found and executed.
if __name__ == "__main__":
verify_domain_status.deploy(
name="verify-domain-status-ecs-deployment",
work_pool_name="fxdmz-ecs-pool",
image=DockerImage(
name="<http://635441544388.dkr.ecr.us-east-1.amazonaws.com/prefect-flows:latest|635441544388.dkr.ecr.us-east-1.amazonaws.com/prefect-flows:latest>",
platform="linux/amd64",
),
)
Brian Roepke
09/15/2024, 11:09 PMdefault
work queue, and those machines were picking it up! Going to run these overnight and see if that fixes it.
https://prefect-community.slack.com/archives/CM28LL405/p1724923197732489?thread_ts=1724873769.239079&cid=CM28LL405Brian Roepke
09/15/2024, 11:09 PM