Commit 5b1e357
fix: surface lock contention for trailing-mode updateData
Per CodeRabbit review, trailing-mode triggers carrying updateData are
user-visible (latest payload/metadata/tags). Silently dropping them on
lock contention would change run inputs in a way the user can observe.
Re-throw on contention for that subset so the SDK can retry; the
fast-path + quantization changes mean the herd collapses on its own
before we get here.
Co-Authored-By: Eric Allam <eallam@icloud.com>1 parent 293de56 commit 5b1e357
1 file changed
Lines changed: 16 additions & 0 deletions
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
656 | 656 | | |
657 | 657 | | |
658 | 658 | | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
659 | 675 | | |
660 | 676 | | |
661 | 677 | | |
| |||
0 commit comments