Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Reexamine the idle timer #149

Open
dluman opened this issue Apr 5, 2023 · 3 comments
Open

Reexamine the idle timer #149

dluman opened this issue Apr 5, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@dluman
Copy link
Contributor

dluman commented Apr 5, 2023

It appears that some combination of circumstances leads to containers being left open for more than 24 hours in some cases. Unsure as to why this happens. We might need to verify that the inactivity timer is working correctly.

@dluman dluman added the bug Something isn't working label Apr 5, 2023
@dluman
Copy link
Contributor Author

dluman commented Apr 13, 2023

We need to observe, but I have an idea that this happens due to socket closure issues. I haven't been able to reproduce this. Here, we might need to emit a SIGUSER event?

@dluman
Copy link
Contributor Author

dluman commented Apr 17, 2023

So far, I've tracked this down to (potentially) using .end() and .destroy() -- I converted to using only .end(). Not sure that it helps in total. There still seems to be an issue with stranded containers.

@dluman
Copy link
Contributor Author

dluman commented Apr 18, 2023

So far, I've tracked this down to (potentially) using .end() and .destroy() -- I converted to using only .end(). Not sure that it helps in total. There still seems to be an issue with stranded containers.

This seems to not necessarily help the case, though it's probably the thing that solves the socket error event that requires restarting student sessions wholesale. A log would help greatly in this instance.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant