Commit c4a92cf
committed
fix: drop unnecessary 2>&1 redirect and add backoff with jitter between push retries
Remove the unnecessary stderr redirect on git push (only exit code matters
for the if-condition). Add incremental backoff with jitter between retry
attempts to reduce collision probability when multiple concurrent jobs
race to push.
Assisted-by: Claude Code <Claude@Claude.ai>1 parent 97199bf commit c4a92cf
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | | - | |
| 324 | + | |
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
333 | | - | |
334 | 333 | | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
335 | 338 | | |
336 | 339 | | |
0 commit comments