Commit 6da785e
committed
fix: set _processes_started flag after successful start, not before
If start_processes() raised partway through spawning workers, the flag
was already True, causing a subsequent retry call to be a silent no-op.
Moving the assignment to the end means a failed start remains retryable.1 parent a869c51 commit 6da785e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
354 | | - | |
355 | 354 | | |
356 | 355 | | |
357 | 356 | | |
| |||
376 | 375 | | |
377 | 376 | | |
378 | 377 | | |
| 378 | + | |
379 | 379 | | |
380 | 380 | | |
381 | 381 | | |
| |||
0 commit comments