From 16a4752f5429ea3f714a3294959ed24419261560 Mon Sep 17 00:00:00 2001 From: tegwick Date: Sun, 21 Jun 2026 20:28:04 +0200 Subject: [PATCH] docs: fix schedule sync commands in hourly RecentlyOnScope runbook Document admin/sync and the new make sync-schedules target. --- docs/hourly-recently-on-scope-runbook.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/hourly-recently-on-scope-runbook.md b/docs/hourly-recently-on-scope-runbook.md index e35a24c..08752fb 100644 --- a/docs/hourly-recently-on-scope-runbook.md +++ b/docs/hourly-recently-on-scope-runbook.md @@ -21,7 +21,13 @@ schedule exists: ```bash cd ~/activity-core ACTIVITY_DEFINITION_DIRS=/home/worsch/the-custodian make sync-activity-definitions -make sync-schedules +``` + +Reconcile Temporal schedules (pick one): + +```bash +curl -s -X POST 'http://localhost:8010/admin/sync?definitions=true&schedules=true' +# or: make sync-schedules ``` Expected definition: