aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/queueing.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: Introduce groupId in restate queue (#2168)Mohamed Bassem2025-11-241-0/+1
| | | | | | | * feat: Introduce groupId in restate queue * add group ids to the interface * use last served timestamp
* refactor: Allow runner functions to return results to onCompleteMohamed Bassem2025-11-091-5/+5
|
* feat: Restate-based queue plugin (#2011)Mohamed Bassem2025-10-051-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* refactor: Move callsites to liteque to be behind a pluginMohamed Bassem2025-09-141-0/+84