aboutsummaryrefslogtreecommitdiffstats
path: root/packages/plugins/queue-restate/src/runner.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: harden the restate implementation (#2370)Mohamed Bassem2026-01-101-0/+164
* fix: parallelize queue enqueues in bookmark routes * fix: guard meilisearch client init with mutex * fix: fix propagation of last error in restate * fix: don't fail invocations when the job fails * fix: add a timeout around the worker runner logic * fix: add leases to handle dangling semaphores * feat: separate dispatchers and runners * add a test * fix silent promise failure