hey guys
im using perfect as my workflow scheduler
and i have 3 work flow and my scheduled after 24 hours as running it stops executing my flows and they gets late
im usig self hosted prefect in docker
i start my server using this command $ prefect server start --host 0.0.0.0 --port 4201
and i deploy my flows by running
$python flows.py
and this is my flow.py