Henning Holgersen
09/26/2021, 11:14 AMKevin Kho
Henning Holgersen
09/28/2021, 7:07 AMcoiled.errors.ServerError: Could not launch scheduler for dask cluster
error. Coiled dashboard shows signs of a cluster at that time, but not actually running. So it’s consistent like that…Kevin Kho
Kevin Kho
true
2. Make the first task of the flow set the flag in the KV Store to false. This is your indication that the executor came up successfully
3. If the flow fails and the KV Store flag is still true
, this shows the executor didn’t start and then you can either create_flow_run
to kick it off again or set_flow_state
to change it from Failed to Scheduled to run again