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

idle jobs must self destruct #1

Open
bjuergens opened this issue Jun 29, 2018 · 0 comments
Open

idle jobs must self destruct #1

bjuergens opened this issue Jun 29, 2018 · 0 comments

Comments

@bjuergens
Copy link
Collaborator

bjuergens commented Jun 29, 2018

Problem: the jobs will never finish. REQUESTED_WALLTIME may or may not work

Ideas:

possible solution:

  • set REQUESTED_WALLTIME to 8h (enough for the user to get all the work done)
  • set NotebookApp.shutdown_no_activity_timeout = 600
  • set MappingKernelManager.cull_idle_timeout = 600

result:

  • the server shuts down 20 minutes after the last kernel went idle
  • when there is still an open ssh connection at this point, the connection stays open, but won't
  • if the user forgets to log out, the job is culled after 8h
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