Files
triggerdotdev--trigger.dev/references/test-tasks/package.json
T
Eric Allam 7b1159eb45 MarQS reserve concurrency system & queue priority for resuming/retrying (#1715)
* run engine v1: orgs are no longer considered for concurrency

* Add reserve concurrency concept to allow waiting to resume parent tasks to release concurrency at the env level for child tasks to use (or else there is a deadlock). WIP recursive tasks

* child tasks inherit the queue timestamp from their parent tasks to prioritize completing child tasks based on when their parent started

* handle reserve concurrency with recursive deadlocks

* Finish docs update for concurrency

* Some fixes from badge conflict resolution

* WIP priority queues

* Implement MarQS priority queues

* Fix the migrations
2025-02-19 11:43:34 +00:00

18 lines
394 B
JSON

{
"name": "references-test-tasks",
"private": true,
"type": "module",
"scripts": {
"dev": "trigger dev",
"deploy": "trigger deploy --self-hosted --load-image"
},
"dependencies": {
"@trigger.dev/sdk": "workspace:*",
"zod": "3.23.8"
},
"devDependencies": {
"@trigger.dev/build": "workspace:*",
"trigger.dev": "workspace:*",
"typescript": "^5.5.4"
}
}