We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Simple application that opens a forwarder to a remote system, makes a PostgreSQL query and then stops the forwarder.
If I add a sleep after the forwarder.stop() I see a defunct SSH process which goes away when the Python app exits.
Problem: If this scenario is used with a long running Python process, it keeps leaving more and more defunct processes.
sshtunnel==0.4.0 (latest)
Please advise.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Simple application that opens a forwarder to a remote system, makes a PostgreSQL query and then stops the forwarder.
If I add a sleep after the forwarder.stop() I see a defunct SSH process which goes away when the Python app exits.
Problem: If this scenario is used with a long running Python process, it keeps leaving more and more defunct processes.
sshtunnel==0.4.0 (latest)
Please advise.
The text was updated successfully, but these errors were encountered: