Hey, I was wondering if there is a mechanism to se...
# prefect-server
l
Hey, I was wondering if there is a mechanism to send a notification when a flow run has been executing for a certain length of time. We have a state handler that notifies us to failed tasks, but a long running flow may not necessarily change states, so I’m not sure if there is another mechanism we can use beyond state handlers.
z
This exists as “Flow SLA” automations in Prefect Cloud, but is out of scope for Server
There are timeout handlers for tasks client-side though