Hello everyone, I am running Prefect on my local machine. I am using `task.submit()` followed by `t...
a
Hello everyone, I am running Prefect on my local machine. I am using
task.submit()
followed by
task.result()
to retrieve the output. However, even a simple Python function (e.g., retrieving a value from a dictionary) takes around 30 seconds to complete.
n
hi @abc - can you share your code? and the output of
prefect version
?
n
Are you working on windows?