Skip to content

Graceful shutdown of gRPC servers when there are exceptions in the User Code #198

@kohlisid

Description

@kohlisid

on returning exception from executor layer in the sync servers in some of the cases we were updating the gRPC context with errors with parallel running thread even after we shutdown the gRPC server. This updated the context , overriding the actual reason for restart.
So we stopped returning errors from executor layer as part of this PR - #218

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions