yield on task_all
can return None
#513
Labels
Needs: Investigation 🔍
A deeper investigation needs to be done by the project maintainers.
P1
Priority 1
Running
yield
ontask_all
can returnNone
. This goes against the docs which try tosum(results)
, but this might beNone
. I would expect a list of objects, since I published a list of tasks, even if some of the objects in the list are exception objects or something similar.Additionally, I cannot fully debug this as the underlying issue is masked by the stacktrace. I wanted to create a self-sufficient small reproducible example, but can't since it works in other cases.
Check the logs
Check the python code (tried summarizing it)
The code above can be called with the same parameters and succeed or it might fail.
I'm running this locally using
func start
.There was a similar issue #428, but even applying the patch from #493 (it's not released yet unfortunately) doesn't change anything.
The text was updated successfully, but these errors were encountered: