From ab0381b80ee1b58c0e4b4c4a1293f8b1461b6fce Mon Sep 17 00:00:00 2001 From: Ulysse Pence Date: Wed, 12 Aug 2026 15:28:21 -0200 Subject: [PATCH] removes comment --- src/deriver/queue_manager.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/deriver/queue_manager.py b/src/deriver/queue_manager.py index 5c1a7fe1..e4c8124b 100644 --- a/src/deriver/queue_manager.py +++ b/src/deriver/queue_manager.py @@ -479,12 +479,6 @@ class QueueManager: @staticmethod def _is_tenant_work(work_unit_keys: Iterable[str]) -> bool: """True if any claimed work unit is real tenant work, not housekeeping. - - The reconciler enqueues its own sweeps on a fixed timer, so treating them - as "the queue is busy" would reset the backoff every cycle and keep the - deriver polling often enough that the pooler never releases an idle - tenant's connection. Unparseable keys count as tenant work so an unknown - key can never strand the loop in a long sleep. """ for key in work_unit_keys: try: