Skip to content

idle jobs must self destruct #1

@bjuergens

Description

@bjuergens

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions