Commit 665a036
committed
fix: don't retry broadcast
Retrying a broadcast can result in sending multiple broadcast messages
to a worker because we don't differntiate between succesful sends and
not. We shouldn't do a retry here. Instead the retries on getting a
connection to a worker have been increased. In the future, we should
handle the retry from the scheduler.1 parent 50bde32 commit 665a036
1 file changed
+2
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
| 343 | + | |
348 | 344 | | |
349 | 345 | | |
350 | 346 | | |
351 | | - | |
| 347 | + | |
352 | 348 | | |
353 | | - | |
354 | | - | |
355 | 349 | | |
356 | 350 | | |
357 | 351 | | |
| |||
0 commit comments