Hi all, is it possible to configure the Lazarus ...
# ask-community
d
Hi all, is it possible to configure the Lazarus to trigger fail after N > 3 of scheduling attempts? or wait more time between reschedules? i have flows that are stuck on a queue due to compute limitation and the lazarus kills them before running
k
Hey @Dotan Asselmann, Lazarus is not configurable at the moment, but I don’t think there are plans to configure it this way. For this scenario, we would recommend Flow Concurrency limiting on Prefect Cloud. You previously asked if it’s possible we reschedule a Flow is it fails. Is that not working here?
d
flows that are ‘failed’ due to lazarus attempts don’t run the state handler code [because it doesn’t run at all] so i can’t resubmit it
i just want the flows that submitted to ‘wait forever’ and not canceled automatically
k
Ah I see. Yeah it seems like this has to be handled at the orchestration level, which is what Flow Concurrency Limiting is for.