Hi all,
I am new to Prefect.
I have a simple Hello World python script that I'm orchestrating via Prefect.
In my local Prefect Core server it takes 1 sec to run from submission to execution.
But from Prefect Cloud, it takes about 6-9 minutes to complete.
Any help/pointers will be helpful, thanks in advance.
n
nicholas
09/30/2020, 1:05 PM
Hi @Prathamesh - can you provide some information about your setup? What sort of machine is your flow running on, which agent you're using, and the storage/environment of your flow?
p
Prathamesh
09/30/2020, 1:40 PM
Hi @nicholas
setup:
Windows 10 pro, 8 GB RAM, Prefect free developer version
Using Python to connect to Prefect via the API
and have the core version also accessed via Python
and this local machine is where my flow is running on.
agent:
Standard Prefect agent via Python
storage/environment:
Standard Prefect on Windows
No clustering of any sort
Please let me know if you need any further info, thanks
n
nicholas
09/30/2020, 1:42 PM
Thanks @Prathamesh - can you provide the code for your flow and your agent startup?