From b126fda22ec19e44dcf1149d93c4ce1fed324c64 Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Thu, 9 Jul 2026 00:05:24 -0400 Subject: [PATCH] =?UTF-8?q?chore(archreview):=20PLAN-03=20tasks.json=20?= =?UTF-8?q?=E2=80=94=20mark=20T10-T12=20complete?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archreview/plans/PLAN-03-site-runtime-dcl.md.tasks.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/archreview/plans/PLAN-03-site-runtime-dcl.md.tasks.json b/archreview/plans/PLAN-03-site-runtime-dcl.md.tasks.json index aacced6f..8b970da6 100644 --- a/archreview/plans/PLAN-03-site-runtime-dcl.md.tasks.json +++ b/archreview/plans/PLAN-03-site-runtime-dcl.md.tasks.json @@ -10,9 +10,9 @@ { "id": 7, "subject": "Task 7: Periodic scheduler-stats reporter hosted service (S2/UA5)", "status": "completed", "blockedBy": [5, 6] }, { "id": 8, "subject": "Task 8: Stuck-script watchdog — name the script whose thread never came back (S2)", "status": "completed", "blockedBy": [] }, { "id": 9, "subject": "Task 9: ScriptActor — trigger-expression evaluation off the dispatcher, coalesced (P1)", "status": "completed", "blockedBy": [] }, - { "id": 10, "subject": "Task 10: AlarmActor — async trigger-expression evaluation on the script scheduler (P1)", "status": "pending", "blockedBy": [] }, - { "id": 11, "subject": "Task 11: InstanceActor — retry failed/lost tag subscriptions per connection (S4/UA6)", "status": "pending", "blockedBy": [4, 8] }, - { "id": 12, "subject": "Task 12: NativeAlarmActor — retry on lost subscribe response (S4)", "status": "pending", "blockedBy": [] }, + { "id": 10, "subject": "Task 10: AlarmActor — async trigger-expression evaluation on the script scheduler (P1)", "status": "completed", "blockedBy": [] }, + { "id": 11, "subject": "Task 11: InstanceActor — retry failed/lost tag subscriptions per connection (S4/UA6)", "status": "completed", "blockedBy": [4, 8] }, + { "id": 12, "subject": "Task 12: NativeAlarmActor — retry on lost subscribe response (S4)", "status": "completed", "blockedBy": [] }, { "id": 13, "subject": "Task 13: DeploymentManager — retry the startup config load (S5)", "status": "pending", "blockedBy": [4] }, { "id": 14, "subject": "Task 14: Watch all Instance Actors; clean the map on unexpected termination (S6)", "status": "pending", "blockedBy": [13] }, { "id": 15, "subject": "Task 15: Fail the in-flight deployment when its Instance Actor dies during init (S6)", "status": "pending", "blockedBy": [14] },