Skip to content
Snippets Groups Projects
Commit a133fd82 authored by Tim Kreuzer's avatar Tim Kreuzer
Browse files

Changelog: fixed. Improved log message when deleting in cleanup cronjob

parent 7e6db7d9
Branches
Tags
No related merge requests found
...@@ -82,7 +82,7 @@ async def check_running_services(): ...@@ -82,7 +82,7 @@ async def check_running_services():
> 1800 > 1800
): ):
log.info( log.info(
f"PeriodicCheck - {service['name']} is no longer running at {service['jupyterhub']}. Stop it." f"PeriodicCheck - {service['jupyterhub_userid']}_{service['name']}_{service['start_id']} is no longer running at {service['jupyterhub']}. Stop it."
) )
try: try:
await full_stop_and_remove( await full_stop_and_remove(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment