matta
02/23/2021, 7:04 PM@task(max_retries=3, retry_delay=timedelta(minutes=30))
but apparently Zombie Killer doesn't like that? Looking through the logs, I see No heartbeat detected from the remote task; marking the run as failed.
, then
`Flow run is no longer in a running state; the current state is: <Failed: "Some reference tasks failed.">``
then
Heartbeat process died with exit code -9
then
Failed to set task state with error: ClientError([{'message': 'State update failed for task run ID 43f52f19-fffb-4d16-8223-da4ffc5668b2: provided a running state but associated flow run 8c8fc810-eb3d-447c-ab70-76dd1dc2acaa is not in a running state.', 'locations': [{'line': 2, 'column': 5}], 'path': ['set_task_run_states'], 'extensions': {'code': 'INTERNAL_SERVER_ERROR', 'exception': {'message': 'State update failed for task run ID 43f52f19-fffb-4d16-8223-da4ffc5668b2: provided a running state but associated flow run 8c8fc810-eb3d-447c-ab70-76dd1dc2acaa is not in a running state.'}}}],)
Zanie
StartFlowRun
task with a scheduled_start_time
to kick off a new run in the future?matta
02/23/2021, 7:25 PMStartFlowRun
?matta
02/23/2021, 7:27 PMale
02/23/2021, 9:08 PMZanie
matta
02/23/2021, 11:21 PMmatta
02/23/2021, 11:21 PM