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
Found an issue if defer the cancel here: link
This application won't be interrupted if the gRPC or collecter server is not reachable, and that will cause the process can't be killed.
Thank you for reporting this issue. It is due to trying to open the gRPC connection without a timeout. So when the endpoint doesn't respond, the process blocks and waits forever.
Description
Found an issue if defer the cancel here: link
This application won't be interrupted if the gRPC or collecter server is not reachable, and that will cause the process can't be killed.
Environment
Steps To Reproduce
Example of the Docker-composer code to start the service:
Expected behavior
the process should be able to be interrupted by press ctrl+c
The text was updated successfully, but these errors were encountered: