Skip to content
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

Terminate peacefully on connection failure #18

Closed
jaywonchung opened this issue Jun 29, 2023 · 1 comment
Closed

Terminate peacefully on connection failure #18

jaywonchung opened this issue Jun 29, 2023 · 1 comment

Comments

@jaywonchung
Copy link
Owner

The current behavior of Pegasus on SSH connection failure is to panic, and then abort. It'll be great if the async tasks handling connections just return and the scheduling loop detects this (or perhaps don't even start before all connections are successfully established) and terminates Pegasus peacefully.

@jaywonchung
Copy link
Owner Author

Implemented in v1.2.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant