docs: fix schedule sync commands in hourly RecentlyOnScope runbook
Document admin/sync and the new make sync-schedules target.
This commit is contained in:
@@ -21,7 +21,13 @@ schedule exists:
|
|||||||
```bash
|
```bash
|
||||||
cd ~/activity-core
|
cd ~/activity-core
|
||||||
ACTIVITY_DEFINITION_DIRS=/home/worsch/the-custodian make sync-activity-definitions
|
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:
|
Expected definition:
|
||||||
|
|||||||
Reference in New Issue
Block a user