From 472fb835eca19ad52aa5c3c6b443f0a632a714b5 Mon Sep 17 00:00:00 2001 From: Jonas Bardino Date: Fri, 26 Sep 2025 11:36:34 +0200 Subject: [PATCH] Just init the PR as a placeholder for the pending work in the milestone. --- mig/lib/janitor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mig/lib/janitor.py b/mig/lib/janitor.py index f7935fc48..d0f482d9d 100644 --- a/mig/lib/janitor.py +++ b/mig/lib/janitor.py @@ -494,6 +494,7 @@ def handle_cache_updates(configuration, now=None): handled = 0 _logger.debug("handle pending cache updates") # TODO: actually handle vgrid/user/resource/... cache updates + # TODO: rip out the previous client-driven cache updates ones implemented if handled > 0: _logger.info("handled %d pending cache updates" % handled) else: