https://prefect.io logo
Title
c

Chris Goddard

09/03/2020, 2:41 AM
hey folks - is there a way to mark certain flows so that if they late they don't get resubmitted by lazarus? say, for instance, there are two other flows already running when a third is schedule. if it's a task that runs frequently you might just want it to be skipped and run the next scheduled time rather than being rescheduled - if that makes sense?
I might be making some assumptions about whether it's the lazarus service - but I believe late tasks get rescheduled?
c

Chris White

09/03/2020, 2:43 AM
Hi Chris! If you navigate to Flow > Settings there is a toggle to turn off Lazarus; note that this applies to all the runs for this particular flow
c

Chris Goddard

09/03/2020, 2:43 AM
will this setting persist through new flow versions? is it possible to set it at a code level?
c

Chris White

09/03/2020, 2:44 AM
yup yup, it’ll stick for all future versions; you can set it in code by querying the API, but there isn’t an attribute on any object that toggles this
c

Chris Goddard

09/03/2020, 2:44 AM
wonderful! thank you!
c

Chris White

09/03/2020, 2:44 AM
you’re welcome!