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

Shorten duration of ssh connection? #35

Open
sverhoeven opened this issue Jan 24, 2023 · 0 comments
Open

Shorten duration of ssh connection? #35

sverhoeven opened this issue Jan 24, 2023 · 0 comments
Labels
question Further information is requested

Comments

@sverhoeven
Copy link
Member

Now we create a ssh connection during startup of the app and close it when the app closes. It seems wasteful to have a open ssh connection when the app is not being used.

Having shorter duration will make the time it takes to connect more obvious. We should check whether connecting in each url router handler is still performant enough. This will make the app context much simpler.

Issue derived from #16 (comment) comment

@sverhoeven sverhoeven added the question Further information is requested label Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant