Commit fc28049
committed
Add per-deployment GraphQL retry in release phase
The release phase runs 8+ deployments in parallel via runNamedParallel,
which can overwhelm the Dagger engine and cause transient GraphQL
errors. Wrap each deployment with withDeployRetry (2 retries) so
individual failures are retried without rerunning the entire pipeline.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c522cb0 commit fc28049
1 file changed
Lines changed: 22 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
132 | 152 | | |
133 | 153 | | |
134 | 154 | | |
| |||
204 | 224 | | |
205 | 225 | | |
206 | 226 | | |
207 | | - | |
| 227 | + | |
208 | 228 | | |
209 | 229 | | |
210 | | - | |
| 230 | + | |
211 | 231 | | |
212 | 232 | | |
213 | 233 | | |
| |||
0 commit comments