Join Slack
Powered by
another question: is it possible to have lazarus k...
# ask-community
v
Verun Rahimtoola
02/03/2021, 2:46 AM
another question: is it possible to have lazarus kick in sooner? right now we're seeing it kick in to resubmit flow runs at around the 15-17 minute mark, is there some config value we can set to bring this down a bit?
c
Chris White
02/03/2021, 2:53 AM
Right now the behavior of Lazarus is not configurable, although it has come up before; you’re seeing that delay for two reasons: • lazarus only runs every 10 minutes (configured here:
https://github.com/PrefectHQ/server/blob/master/src/prefect_server/services/towel/lazarus.py#L25
) • it looks for flow runs that have a heartbeat that is 10 minutes stale (configured here:
https://github.com/PrefectHQ/server/blob/master/src/prefect_server/services/towel/lazarus.py#L80
)
v
Verun Rahimtoola
02/03/2021, 4:00 AM
i see, thanks
Open in Slack
Previous
Next