From 75c0f4fc666185fd822428bd0f3d50779672b216 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sun, 6 Sep 2026 22:04:51 +0800 Subject: [PATCH] chore: record supervisor restart timer owner --- tests/fixtures/architecture/concurrency-baseline.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/fixtures/architecture/concurrency-baseline.json b/tests/fixtures/architecture/concurrency-baseline.json index 08975a69c..7c68b0791 100644 --- a/tests/fixtures/architecture/concurrency-baseline.json +++ b/tests/fixtures/architecture/concurrency-baseline.json @@ -588,6 +588,12 @@ }, "target": "asyncio.to_thread" }, + "app/runtime/state.py:threading.Timer": { + "owners": { + "SystemHelper._schedule_supervisor_restart": 1 + }, + "target": "threading.Timer" + }, "app/runtime/tasks.py:asyncio.create_task": { "owners": { "TaskRegistry.create": 1