Commit 1b24915
committed
docs(run-engine): state what the lease signal actually guarantees
The in-flight member is keyed only by message and queue id, so once another
consumer re-claims a reclaimed item the member exists again and an extend from
the previous consumer succeeds. The signal therefore only catches the window
where the item is back on the queue and unclaimed, which is narrower than the
comment and the changeset claimed.1 parent ff348c4 commit 1b24915
2 files changed
Lines changed: 11 additions & 6 deletions
File tree
- .changeset
- internal-packages/run-engine/src/batch-queue
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
761 | 761 | | |
762 | 762 | | |
763 | 763 | | |
764 | | - | |
765 | | - | |
766 | | - | |
767 | | - | |
768 | | - | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
769 | 772 | | |
770 | 773 | | |
771 | 774 | | |
| |||
0 commit comments