aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared-server/src/queues.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: Disable idempotency keys for searchMohamed Bassem2025-10-051-1/+2
|
* feat: Restate-based queue plugin (#2011)Mohamed Bassem2025-10-051-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP: Initial restate integration * add retry * add delay + idempotency * implement concurrency limits * add admin stats * add todos * add id provider * handle onComplete failures * add tests * add pub key and fix logging * add priorities * fail call after retries * more fixes * fix retries left * some refactoring * fix package.json * upgrade sdk * some test cleanups
* fix: dont re-enqueue indexing for a bookmark already pending indexingMohamed Bassem2025-09-281-2/+5
|
* refactor: Move callsites to liteque to be behind a pluginMohamed Bassem2025-09-141-0/+208