Skip to content

Commit afea0c2

Browse files
committed
docs: make manual pause the first emergency response
1 parent c4e3c33 commit afea0c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/loops/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The hold persists after recovery. It does not change workflow status, contact su
9696
bun run emails:check-loops --structure-only --require-held
9797
```
9898

99-
For an emergency hold, with the Loops API key in the environment:
99+
For an emergency, first pause active workflows in the Loops UI. Then, with the Loops API key in the environment, apply persistent audience holds to the stopped workflows:
100100

101101
```sh
102102
bun scripts/loops/watchdog.ts --hold --apply
@@ -110,7 +110,7 @@ bun scripts/loops/watchdog.ts --resume --apply
110110

111111
Resume requires a fresh authenticated health response and refuses changed audience rules. It does not start a draft or unpause a workflow. Contacts that have already exited because of a hold are not automatically replayed; assess recovery separately without bulk re-enrolling history.
112112

113-
GitHub scheduling can be delayed, and a Loops API outage can prevent guard updates. A message already being sent may still arrive. Test a running owned-account journey across an outage in the deployed environment before relying on this protection. Manually pause Loops if the check cannot apply a hold. Campaigns require a fresh health check before scheduling and manual cancellation or pause during an outage; the checker only guards the four registered journeys.
113+
GitHub scheduling can be delayed, and a Loops API outage can prevent even stopped-workflow guard updates. Running workflows keep sending until they are manually paused; a message already being sent may still arrive. Verify the alert and manual-response procedure with an owned-account journey before relying on it. Campaigns require a fresh health check before scheduling and manual cancellation or pause during an outage; the checker only inspects the four registered journeys.
114114

115115
## Before any activation
116116

0 commit comments

Comments
 (0)