diff --git a/app.py b/app.py index ea74689..3de273d 100644 --- a/app.py +++ b/app.py @@ -64,7 +64,7 @@ _diag_rate: dict = {} def _purge_old_jobs_loop(): - """Background thread: remove stale diag jobs and run daily event purge.""" + """Background thread: remove stale diagnostic jobs and mark stuck ones done.""" while True: time.sleep(120) cutoff = time.time() - 600