Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
3a3492f
Fix deferred pull wake delivery
KyleAMathews Jun 18, 2026
370a761
Add changeset for pull wake delivery fix
KyleAMathews Jun 18, 2026
2cc6c26
Reload wake registrations on runFinished cache miss
KyleAMathews Jun 18, 2026
6ac447b
Design TanStack DB wake registry refactor
KyleAMathews Jun 19, 2026
65b084a
Add local TanStack wake registry foundation
KyleAMathews Jun 19, 2026
a0ab414
Move wake registry mutations to optimistic actions
KyleAMathews Jun 19, 2026
499e9b0
Drive wake timeouts from collection effects
KyleAMathews Jun 19, 2026
0199d27
Use Electric collection for wake registry sync
KyleAMathews Jun 19, 2026
c74e29e
Require Electric URL for wake registry startup
KyleAMathews Jun 19, 2026
7a5037a
Verify TanStack DB wake registry behavior
KyleAMathews Jun 19, 2026
72b306a
Fix wake registry conflict cleanup
KyleAMathews Jun 19, 2026
96c74aa
Stabilize wake registry verification
KyleAMathews Jun 19, 2026
e73142d
Avoid resetting backend in wake sync test
KyleAMathews Jun 19, 2026
48109a9
Stabilize wake registration visibility
KyleAMathews Jun 19, 2026
e70a1e1
Tolerate wake registration tx visibility lag
KyleAMathews Jun 19, 2026
9bb4d38
Handle concurrent cron stream creation
KyleAMathews Jun 19, 2026
613758e
Isolate scheduler integration backend
KyleAMathews Jun 19, 2026
6c4dfa6
Isolate scheduler integration test backend
KyleAMathews Jun 19, 2026
6125195
Stabilize wake registry sync test
KyleAMathews Jun 19, 2026
d1aafab
Isolate wake registry sync test backend
KyleAMathews Jun 19, 2026
e11b2f6
Clarify queued wake changeset
KyleAMathews Jun 19, 2026
d9da41a
Coalesce queued wake triggers
KyleAMathews Jun 19, 2026
86df903
Fix wake queue and registry visibility gaps
KyleAMathews Jun 20, 2026
c73fb91
Update wake registry conflict visibility test
KyleAMathews Jun 20, 2026
718826b
Reconcile wake registration conflicts
KyleAMathews Jun 20, 2026
f26a5ec
Tighten wake registry conflict handling
KyleAMathews Jun 21, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changeset/fix-deferred-pull-wakes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@electric-ax/agents-runtime': patch
'@electric-ax/agents-server': patch
---

Fix child wake delivery so same-stream wake trigger notifications are queued while an active claim is already running, ensuring the runner checks for all pending wake rows again after the active work drains.

Refactor the server wake registry to use TanStack DB collections and optimistic actions over `wake_registrations`, removing the manual ShapeStream-backed registration cache and stale-cache reload fallback.
Loading
Loading