From b5b1cfc06a10d26c2a541c99cd45a5cd20f4d59f Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Fri, 18 Sep 2026 02:33:31 +0900 Subject: [PATCH] ops(queue): enroll pg-llm-batch Successor for #2219: unique queue-health allowlist entry rebased onto current main after #2243/#2244. Co-authored-by: Cursor --- config/actions_queue_health_repositories.json | 1 + tests/test_actions_queue_health_contract.py | 1 + 2 files changed, 2 insertions(+) diff --git a/config/actions_queue_health_repositories.json b/config/actions_queue_health_repositories.json index a8f09b221b..ac38aeb412 100644 --- a/config/actions_queue_health_repositories.json +++ b/config/actions_queue_health_repositories.json @@ -12,6 +12,7 @@ "ContextualWisdomLab/mhtml-etl-gateway", "ContextualWisdomLab/naruon", "ContextualWisdomLab/noema", + "ContextualWisdomLab/pg-llm-batch", "ContextualWisdomLab/quarantine-sandbox-runtime" ] } diff --git a/tests/test_actions_queue_health_contract.py b/tests/test_actions_queue_health_contract.py index 7dfb109895..ac7b27149a 100644 --- a/tests/test_actions_queue_health_contract.py +++ b/tests/test_actions_queue_health_contract.py @@ -53,6 +53,7 @@ def test_queue_health_allowlist_is_explicit_and_bounded() -> None: "ContextualWisdomLab/mhtml-etl-gateway", "ContextualWisdomLab/naruon", "ContextualWisdomLab/noema", + "ContextualWisdomLab/pg-llm-batch", "ContextualWisdomLab/quarantine-sandbox-runtime", ] }