Ben Muller
07/29/2021, 10:09 PMKevin Kho
Scheduled
. Maybe coupled with a counter in the KV store you could pull it off.
The simple hack is using a retry around a StartFlowRun
or create_flow_run
but that would create different flow runs.
Why do you want flow level retries? When you say that, do you mean re-running even tasks that were successful?Ben Muller
07/30/2021, 3:36 AMBen Muller
07/30/2021, 3:37 AMBen Muller
07/30/2021, 3:37 AMKevin Kho
Kevin Kho
Ben Muller
07/30/2021, 9:28 AMBen Muller
07/30/2021, 10:21 AMKevin Kho
LocalDaskExecutor
takes in an argument for the scheduler whether to use processes or threads. Was wondering if you were using processes already cuz that might help?Ben Muller
07/30/2021, 4:50 PM