Launching a task from a task is broken when using DaskTaskRunner
due to a flow run context serialization failure.
#16422
Labels
bug
Something isn't working
Bug summary
Launching a task from a task in a flow that's using the
DaskTaskRunner
and a process workpool fails with a flow run context serialization error.The following flow, executed through a deployment and a process-based work pool, against an existing Dask cluster:
Results in this traceback:
Removing the
DaskTaskRunner
lets the flow execute correctly. Removing the subtask call also fixes the issue.Version info
Additional context
task_from_task.csv
The text was updated successfully, but these errors were encountered: