Hello All, I am running prefect on local. I have a flow which I have served using my_flow.serve() command.
I have created a REST API to run this deployment. I use command run_deployment() with timeout=0 to return control immediately after triggering the flow. Everything works well, the only issue is - Downloading flow code from storage at '.' - it takes 7-8 seconds to download code even though I am running everything on local. Can you please help me how to get rid of this step or maybe cache code so that this delay doesn't happen on every run ?