docs: fix schedule sync commands in hourly RecentlyOnScope runbook

Document admin/sync and the new make sync-schedules target.
This commit is contained in:
2026-06-21 20:28:04 +02:00
parent 8cfda08cea
commit 16a4752f54

View File

@@ -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: