-
Notifications
You must be signed in to change notification settings - Fork 27
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
[develop] Disconnect monitor will pick up normal shutdowns #223
Comments
master reverted |
To add some more explanation here, every time you get a
without a worker crashing first, that is this bug. This is caused by the fact that the monitor signal (my SO question here)
also happens on a normal closing (or closing after explicitly disconnecting) the socket. So it looks like I need to track whether a disconnect is clean or not on the application level, where peer identities are normally abstracted away by the ZeroMQ sockets I'm using. So this requires a fair bit of rewrite on the monitoring logic it seems |
fixed with bundled libzmq |
first job is shutting down, disconnect monitor may (will?) treat it as error and fail
The text was updated successfully, but these errors were encountered: