7b1159eb45
* 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
18 lines
394 B
JSON
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"
|
|
}
|
|
} |