-
Notifications
You must be signed in to change notification settings - Fork 56
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
Graceful Shutdown of Workers #42
Comments
@pfifer shutdown doesn't work at all. awslabs/amazon-kinesis-client#174 its easily reproducible with the given samples as well. Just start it up, hit control+c, nothing ever gracefully exits it just spews errors and blows up. The ioproxy class is getting the signal propagated to it, it feels like signal handling needs to be caught by the java process and not sent down to the child process until after the shutdown initiate has occurred.
|
Similar to awslabs/amazon-kinesis-client-nodejs#34
Would like to see this functionality in the Ruby client for MultiLangDaemon.
Thank you.
The text was updated successfully, but these errors were encountered: