openreader/compute/worker
Richard R a284ee852e feat(worker): throttle EventSource reconnects after idle disconnect
Add SSE `retry:` directive to suggest a 2-minute reconnect delay when the worker
enters idle sleep and drops silent EventSource streams. This prevents clients
from immediately reconnecting and re-waking the container, reducing unnecessary
resource usage. Update SSE encoding to support the `retry` field and add tests
for correct behavior. Improve idle disconnect logging for better observability.
2026-06-10 07:05:34 -06:00
..
src feat(worker): throttle EventSource reconnects after idle disconnect 2026-06-10 07:05:34 -06:00
tests Refactor user data cleanup and TTS storage flows (#105) 2026-06-07 13:33:20 -06:00
.env.example Fix container crash on startup: onnxruntime-node requires glibc (switch Alpine → Debian slim) (#97) 2026-06-02 20:50:37 -06:00
docker-compose.yml Fix container crash on startup: onnxruntime-node requires glibc (switch Alpine → Debian slim) (#97) 2026-06-02 20:50:37 -06:00
Dockerfile fix(worker): include .npmrc in compute worker Docker build context 2026-06-07 14:34:34 -06:00
package.json feat(build): improve Docker image layering and embed migration/worker tools 2026-06-03 14:08:33 -06:00
tsconfig.json refactor(worker): modularize worker entrypoint and add vitest infra 2026-05-30 11:00:01 -06:00