Skip to content

v0.45.0

Choose a tag to compare

@MarkKropf MarkKropf released this 17 Jun 14:47
63928db

fix(daemon): decode landingWork[] poll lane and route to OnLandingWork.

The daemon's PollResponse decoded only work[] and silently dropped the orchestrator's landingWork[] landing-trigger lane, so landing triggers never reached OnLandingWork and the per-tenant landing serializer never started. pollOnce now decodes landingWork[] and routes each item through OnWork as a landing-run PollWorkItem (out-of-band; never a session). Additive/omitempty; inert unless landing triggers are staged.

Completes the FD-4 landing trigger path in the daemon (the prior #160 added LandingWork only to the standalone worker types).