openreader/src
Richard R f0c8dc2b64 refactor(documents): implement exponential backoff with jitter for blob lease retries
Replace fixed retry delay with capped exponential backoff and jitter to reduce
contention and thundering herd effect when acquiring document blob leases. This
improves lease acquisition fairness and efficiency under high load.
2026-06-07 13:31:16 -06:00
..
app feat(tasks): add document blob lease for safe orphan reaping and improve scheduled task robustness 2026-06-07 12:08:57 -06:00
components refactor(admin): add loading skeleton to tasks panel for improved UX 2026-06-07 12:14:01 -06:00
contexts feat(data): enhance anonymous claim to support document settings and TTS segment copy 2026-06-06 19:12:40 -06:00
db feat(tasks): add document blob lease for safe orphan reaping and improve scheduled task robustness 2026-06-07 12:08:57 -06:00
hooks docs(intro): clarify open-source status and multilingual support in introduction 2026-06-06 12:19:28 -06:00
lib refactor(documents): implement exponential backoff with jitter for blob lease retries 2026-06-07 13:31:16 -06:00
types refactor(config): centralize provider default resolution and simplify user preference inheritance 2026-06-06 15:25:10 -06:00
instrumentation.node.ts chore(instrumentation): delegate node-specific setup to separate module 2026-06-07 06:09:14 -06:00
instrumentation.ts chore(instrumentation): delegate node-specific setup to separate module 2026-06-07 06:09:14 -06:00
middleware.ts refactor(env): remove legacy no-auth mode and enforce required auth env vars 2026-05-31 12:09:37 -06:00