-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stop pool connection on SIGINT #712
Comments
Could you clarify the |
Try to start s3 gateway with s01.neofs.devenv:8080 endpoint without starting neofs-dev-env. |
It seems here we don't accept any context |
Can you try to do a PoC with having application context in |
We found that app sleeps for 20 seconds. Not clear where this timeout is set. |
It's interesting that when we start app via IDE (goland) the app sleeps only for 3 seconds |
Yes. This solve the problem (
|
Blocked by nspcc-dev/neofs-sdk-go#343 |
Unblocked. I guess it will be good to update all our components that use SDK to avoid connection freezing. |
If pool is configured incorrectly, application freezes at NeoFS connection until timeout. Context is not canceled on SIGINT (^C).
I think this more of a SDK issue, but we can investigate it from here.
The text was updated successfully, but these errors were encountered: