Conversation
psteinroe
added this pull request to stack #25
September 15, 2026 03:35
psteinroe
force-pushed
the
feat/wait-for-event
branch
from
September 15, 2026 03:38
8fa5592 to
1afe540
Compare
psteinroe
force-pushed
the
feat/wait-for-event
branch
from
September 15, 2026 03:43
1afe540 to
24b37f5
Compare
psteinroe
force-pushed
the
feat/wait-for-event
branch
from
September 15, 2026 03:52
24b37f5 to
9211e87
Compare
psteinroe
force-pushed
the
feat/wait-for-event
branch
from
September 15, 2026 03:54
9211e87 to
bc6abb4
Compare
psteinroe
force-pushed
the
feat/wait-for-event
branch
from
September 15, 2026 04:00
bc6abb4 to
6bf4d64
Compare
psteinroe
force-pushed
the
feat/wait-for-event
branch
from
September 15, 2026 04:07
6bf4d64 to
a13aece
Compare
psteinroe
force-pushed
the
feat/wait-for-event
branch
from
September 15, 2026 04:11
a13aece to
89587f7
Compare
psteinroe
force-pushed
the
feat/wait-for-event
branch
from
September 15, 2026 04:16
89587f7 to
8471773
Compare
psteinroe
force-pushed
the
feat/wait-for-event
branch
from
September 15, 2026 04:22
8471773 to
248c5a7
Compare
psteinroe
force-pushed
the
feat/wait-for-event
branch
from
September 15, 2026 04:24
248c5a7 to
71315e3
Compare
psteinroe
force-pushed
the
feat/wait-for-event
branch
from
September 15, 2026 04:36
71315e3 to
509cf58
Compare
psteinroe
force-pushed
the
feat/wait-for-event
branch
from
September 15, 2026 04:45
509cf58 to
1efb3dd
Compare
psteinroe
force-pushed
the
feat/wait-for-event
branch
from
September 15, 2026 04:52
b33c0a3 to
4983fce
Compare
psteinroe
force-pushed
the
feat/wait-for-event
branch
from
September 15, 2026 05:02
4983fce to
c2dc86a
Compare
psteinroe
force-pushed
the
feat/wait-for-event
branch
from
September 15, 2026 13:26
f63ed9b to
fd79fbc
Compare
psteinroe
added this pull request to stack #27
September 15, 2026 13:27
psteinroe
force-pushed
the
feat/wait-for-event
branch
from
September 15, 2026 13:41
fd79fbc to
5ae17b4
Compare
psteinroe
force-pushed
the
feat/wait-for-event
branch
from
September 15, 2026 13:43
5ae17b4 to
758b1c9
Compare
psteinroe
force-pushed
the
feat/wait-for-event
branch
from
September 15, 2026 13:47
758b1c9 to
0698132
Compare
psteinroe
force-pushed
the
feat/wait-for-event
branch
from
September 15, 2026 13:49
0698132 to
e912f51
Compare
psteinroe
force-pushed
the
feat/wait-for-event
branch
from
September 15, 2026 14:00
e912f51 to
8636011
Compare
fix(dlq): expose delivery metadata to workers
psteinroe
force-pushed
the
feat/wait-for-event
branch
from
September 15, 2026 14:06
8636011 to
6bcb118
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add typed
TaskContext.waitForEventwith durable one-shot subscriptions, filter validation, persisted replay, and timeout handling.Registration verifies the execution is active and owned by the current worker, then releases it without consuming an attempt. Event matching and timeout resolution are transactional, and a monotonic event position defines the no-lost-wakeup registration boundary.
Closes #14