You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the gRPC server startup fails, the http server task can also fail for some other reason when cancelled. The current logic looks for an arbitrary failed task after this and raises an exception based on that.
We want to do this based on the root cause exception not the secondary one from the other task's cancellation. So that the root cause is not lost.
Co-authored-by: Daniele <[email protected]>
0 commit comments