Files
triggerdotdev--trigger.dev/packages
Claude a23de3a68c refactor: connect input stream tail lazily from listener side
Instead of relying on an INPUT_STREAM_CREATED IPC message from the
platform (which was never wired up), the worker now connects the SSE
tail automatically when task code first calls .on() or .once() on an
input stream. The worker receives the run ID via setRunId() at
execution start, and #ensureTailConnected() opens the tail on demand.

This eliminates the need for platform→coordinator→executor→worker IPC
signaling and ensures no race conditions since the SSE tail reads from
the beginning of the __input stream.

https://claude.ai/code/session_01SJHJts7r2yAxmoKLLz8vpc
2026-02-27 14:21:40 +00:00
..
2026-02-20 16:40:06 +00:00
2026-02-20 16:40:06 +00:00
2026-02-20 16:40:06 +00:00
2026-02-20 16:40:06 +00:00