Hi. I'm evaluating flyte deployed on eks. i'd like...
# flyte-support
c
Hi. I'm evaluating flyte deployed on eks. i'd like to be able to use pyflyte run to run /develop scientific workflows i've noticed that pyflyte run is very slow for me, i tracked it down to this line https://github.com/flyteorg/flytekit/blob/master/flytekit/remote/remote.py#L1195C1-L1195C24 it seems to be able to take on average about 2 minutes to upload a small file (about 300 characters) any ideas what might cause this?
a
Welcome @cold-ram-85 So the steps involved in pyflyte include packaging and zipping your code (compiled by flytekit), obtaining a signed URL (as you pointed out) and then uploading the tarball to S3. Assuming there are no proxies in the middle, it shouldn't take that long. Could you get logs from the flyte pod?
c
what pod?
we do use zscaler @average-finland-92144 but there shouldn't be that much of a delay regardless.
the error seems to be -baseed on added print statements - specifically with the small input file i have which is a FlyteFile and is passed into pyflyte run --input_file myinput.yaml
all of the other get signed url steps take <0.5 seconds
specifically - there is no pod yet, pyflyte run is done on a local machine.