mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 23:42:59 +00:00
push activity to hub via api
servers publish activity on a regular interval (default: 5m)
This commit is contained in:
@@ -107,6 +107,8 @@ class _ServiceSpawner(LocalProcessSpawner):
|
||||
def start(self):
|
||||
"""Start the process"""
|
||||
env = self.get_env()
|
||||
# no activity url for services
|
||||
env.pop('JUPYTERHUB_ACTIVITY_URL', None)
|
||||
if os.name == 'nt':
|
||||
env['SYSTEMROOT'] = os.environ['SYSTEMROOT']
|
||||
cmd = self.cmd
|
||||
|
Reference in New Issue
Block a user