Currently IPS_TASK_END is emitted after the Dask related task pool ends. The fix should entail moving the Dask gather() blocking behavior to within the task pool instead of afterwards. There may have to be some other code adjustments to accommodate that change, such as honoring the block argument instead of ignoring it.
Currently IPS_TASK_END is emitted after the Dask related task pool ends. The fix should entail moving the Dask
gather()blocking behavior to within the task pool instead of afterwards. There may have to be some other code adjustments to accommodate that change, such as honoring theblockargument instead of ignoring it.