Skip to content

epilogue not working #260

Open
Open
@lifetooeasy

Description

@lifetooeasy

Bug description

It seems that epilogue is not working after stopping the notebook. I set up the epilogue parameter in the configuration file like this:

c.SlurmSpawner.req_epilogue = """!/bin/bash echo 'hostname'""" (just an example). I am able to see the command in jupyterhub log after cmd but nothing happens.

Expected behaviour

run epilogue after stopping the notebook.

Actual behaviour

Your personal set up

  • OS: CentOS 8
  • Version(s):
  • jupyterhub 1.5.0
  • batchspawner 1.1.0
# jupyterhub_config.py
c.SlurmSpawner.req_epilogue = """!/bin/bash echo 'hostname'"""

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions