Nicholas Torba
04/28/2023, 6:29 PMfrom prefect.filesystems import S3
s3_block = S3.load("flow-code")
s3_block.get_directory(from_path="/", local_path=".")
and it also downloads in a couple of seconds
however, when I run the prefect-agent, it stalls at the download.
It stalls whether I use an S3 storage block or if I try to run it locally.
Frustrating because everything was working fine until it just... wasn't anymore.
Has anyone else seen this?
One difference I see in the code snippet to what is happening in prefect-agent code is that it is being run async, but I didn't think that should be an issueChris White
Nicholas Torba
04/28/2023, 8:21 PMfrom prefect.filesystems import S3
s3_block = S3.load("amplify-flow-code")
s3_block.get_directory(from_path="", local_path=".")
Chris White
Nicholas Torba
04/28/2023, 8:24 PMNicholas Torba
04/28/2023, 8:30 PMChris White
Chris White
Nicholas Torba
04/28/2023, 8:33 PMNicholas Torba
04/28/2023, 8:55 PMRobin
05/01/2023, 4:47 PMNo such file or directory
when downloading the code, so that the deployment currently does not run successfully šRobin
05/01/2023, 4:50 PMmicromamba
vs conda
?