Commit 90eae1a
fix: add 2s stagger between parallel task launches to prevent Harbor job dir collisions
Harbor names job directories by timestamp (second granularity). Launching multiple
tasks to the same jobs_dir within the same second causes FileExistsError.
2-second sleep after each _launch_task ensures unique timestamps.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 89ba030 commit 90eae1a
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
| 373 | + | |
| 374 | + | |
373 | 375 | | |
374 | 376 | | |
375 | 377 | | |
| |||
0 commit comments