Hi guys! Merry Christmas. I’m using Prefect Cloud...
# prefect-cloud
d
Hi guys! Merry Christmas. I’m using Prefect Cloud and self-hosted Prefect Workers. I noticed that after a worker receives a task from Prefect Cloud, it freezes for couple minutes with a message:
Downloading flow code from storage at '/src'
But this folder is in the same docker image. These files are local and wrights 67 KB (!). So why it takes so long to copy local files and what can I do with it? I run prefect worker like this:
prefect worker start -p "all"
I also set up these env variables: PREFECT_API_URL, PREFECT_API_KEY
n
happy holidays @Daniil Okhlopkov > ~4 MINUTE makes me suspect that there's something else going on can you say more about how your deployment was created? what pull steps have you defined for it?
d
I just set logging level = DEBUG and found lots of useful stuff and debugged this thing. Now everything is fine, thank you for the fast answer!
n
👍