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 a9bd1bd1..aacced6f 100644 --- a/archreview/plans/PLAN-03-site-runtime-dcl.md.tasks.json +++ b/archreview/plans/PLAN-03-site-runtime-dcl.md.tasks.json @@ -7,9 +7,9 @@ { "id": 4, "subject": "Task 4: Reject the deployment on site-side compile failure per spec (S3)", "status": "completed", "blockedBy": [3] }, { "id": 5, "subject": "Task 5: ScriptExecutionScheduler gauges — queue depth, busy threads, oldest-busy age (S2/UA5)", "status": "completed", "blockedBy": [] }, { "id": 6, "subject": "Task 6: Surface scheduler stats through ISiteHealthCollector + SiteHealthReport (S2/UA5)", "status": "completed", "blockedBy": [5] }, - { "id": 7, "subject": "Task 7: Periodic scheduler-stats reporter hosted service (S2/UA5)", "status": "pending", "blockedBy": [5, 6] }, - { "id": 8, "subject": "Task 8: Stuck-script watchdog — name the script whose thread never came back (S2)", "status": "pending", "blockedBy": [] }, - { "id": 9, "subject": "Task 9: ScriptActor — trigger-expression evaluation off the dispatcher, coalesced (P1)", "status": "pending", "blockedBy": [] }, + { "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": [] },