Does the aio_run_many raise if a child fails?
#2018
Replies: 3 comments 1 reply
|
I see that the |
1 reply
|
hey @tarasyarema - in 1.16.0 (newest SDK) there's a |
0 replies
|
That's perfect!! Thanks a lot, exactly what I needed |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I wonder how the
aio_run_manyactually works, does it raise if one child fails? I have a batch run that returns a pydantic model and seems to fail completely due toso I wonder what happens there
All reactions