Commit 894d0ce
docs: Update CI polling guidance to use 30-second intervals
Update documentation to explicitly recommend 30-second polling intervals
when waiting for CI, rather than 180 seconds. This matches the existing
behavior in bin/ci-rerun-failures script.
Added new "Polling CI Status While Waiting" section to master-health-monitoring.md
with:
- Example polling loop using sleep 30
- Reference to bin/ci-rerun-failures which already uses 30s intervals
- Rationale for why 30s is preferred over 180s
Updated avoiding-ci-failure-cycles.md to:
- Include example polling loop in the "After Pushing" section
- Emphasize the importance of 30-second vs 180-second polling
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent e906ebf commit 894d0ce
File tree
2 files changed
+35
-2
lines changed- .claude/docs
2 files changed
+35
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
205 | | - | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
206 | 212 | | |
207 | 213 | | |
208 | 214 | | |
| |||
211 | 217 | | |
212 | 218 | | |
213 | 219 | | |
| 220 | + | |
| 221 | + | |
214 | 222 | | |
215 | 223 | | |
216 | 224 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
24 | 49 | | |
25 | 50 | | |
26 | 51 | | |
| |||
0 commit comments