I found the below in the documentation
return_exceptions (bool) – Whether to return exceptions instead of raising them. Defaults to False.
So basically you just have to pass return_exceptions
as True
to the RunnableEach
and it will just return it and not break the whole thing.