docs: fix schedule sync commands in hourly RecentlyOnScope runbook
Document admin/sync and the new make sync-schedules target.
This commit is contained in:
parent
8cfda08cea
commit
16a4752f54
1 changed files with 7 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue