e837500486
* Locked task runs will now require queues and tasks to be in the locked version * Client errors caught in a run function now will skip retrying * Extracted out the trigger queues logic * extract validation, idempotency keys, payloads to concerns * Extracted out a bunch of more stuff and getting trigger tests to work * Add queue and locked version tests * Deadlock detection WIP * more deadlock detection * Only detect deadlocks when the parent run is waiting on the child run * Improve the error experience around deadlocks * A couple tweaks to make CodeRabbit happy and fixing the tests in CI * Fixed failing test * Changeset * wip * Make sure to scope queries to the runtime env
163 lines
4.9 KiB
JSON
163 lines
4.9 KiB
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "node-terminal",
|
|
"request": "launch",
|
|
"name": "Debug WebApp",
|
|
"command": "pnpm run dev --filter webapp",
|
|
"envFile": "${workspaceFolder}/.env",
|
|
"cwd": "${workspaceFolder}",
|
|
"sourceMaps": true
|
|
},
|
|
{
|
|
"type": "node-terminal",
|
|
"request": "launch",
|
|
"name": "Debug realtimeStreams.test.ts",
|
|
"command": "pnpm run test -t RealtimeStreams",
|
|
"envFile": "${workspaceFolder}/.env",
|
|
"cwd": "${workspaceFolder}/apps/webapp",
|
|
"sourceMaps": true
|
|
},
|
|
{
|
|
"type": "node-terminal",
|
|
"request": "launch",
|
|
"name": "Debug triggerTask.test.ts",
|
|
"command": "pnpm run test --run ./test/engine/triggerTask.test.ts",
|
|
"envFile": "${workspaceFolder}/.env",
|
|
"cwd": "${workspaceFolder}/apps/webapp",
|
|
"sourceMaps": true
|
|
},
|
|
{
|
|
"type": "chrome",
|
|
"request": "launch",
|
|
"name": "Chrome webapp",
|
|
"url": "http://localhost:3030",
|
|
"webRoot": "${workspaceFolder}/apps/webapp/app"
|
|
},
|
|
{
|
|
"type": "node-terminal",
|
|
"request": "launch",
|
|
"name": "Debug V3 init CLI",
|
|
"command": "pnpm exec trigger init",
|
|
"cwd": "${workspaceFolder}/references/init-shell",
|
|
"sourceMaps": true
|
|
},
|
|
{
|
|
"type": "node-terminal",
|
|
"request": "launch",
|
|
"name": "Debug V3 init dev CLI",
|
|
"command": "pnpm exec trigger dev",
|
|
"cwd": "${workspaceFolder}/references/init-shell",
|
|
"sourceMaps": true
|
|
},
|
|
{
|
|
"type": "node-terminal",
|
|
"request": "launch",
|
|
"name": "Debug V3 Dev CLI",
|
|
"command": "pnpm exec trigger dev",
|
|
"cwd": "${workspaceFolder}/references/v3-catalog",
|
|
"sourceMaps": true
|
|
},
|
|
{
|
|
"type": "node-terminal",
|
|
"request": "launch",
|
|
"name": "Debug Dev Next.js Realtime",
|
|
"command": "pnpm exec trigger dev",
|
|
"cwd": "${workspaceFolder}/references/nextjs-realtime",
|
|
"sourceMaps": true
|
|
},
|
|
{
|
|
"type": "node-terminal",
|
|
"request": "launch",
|
|
"name": "Debug prisma-catalog deploy CLI",
|
|
"command": "pnpm exec trigger deploy --self-hosted --load-image",
|
|
"cwd": "${workspaceFolder}/references/prisma-catalog",
|
|
"sourceMaps": true
|
|
},
|
|
{
|
|
"type": "node-terminal",
|
|
"request": "launch",
|
|
"name": "Debug V3 Deploy CLI",
|
|
"command": "pnpm exec trigger deploy --self-hosted --load-image",
|
|
"cwd": "${workspaceFolder}/references/v3-catalog",
|
|
"sourceMaps": true
|
|
},
|
|
{
|
|
"type": "node-terminal",
|
|
"request": "launch",
|
|
"name": "Debug V3 list-profiles CLI",
|
|
"command": "pnpm exec trigger list-profiles --log-level debug",
|
|
"cwd": "${workspaceFolder}/references/v3-catalog",
|
|
"sourceMaps": true
|
|
},
|
|
{
|
|
"type": "node-terminal",
|
|
"request": "launch",
|
|
"name": "Debug V3 update CLI",
|
|
"command": "pnpm exec trigger update",
|
|
"cwd": "${workspaceFolder}/references/v3-catalog",
|
|
"sourceMaps": true
|
|
},
|
|
{
|
|
"type": "node-terminal",
|
|
"request": "launch",
|
|
"name": "Debug V3 Management",
|
|
"command": "pnpm run management",
|
|
"cwd": "${workspaceFolder}/references/v3-catalog",
|
|
"sourceMaps": true
|
|
},
|
|
{
|
|
"type": "node",
|
|
"request": "attach",
|
|
"name": "Attach to Trigger.dev CLI (v3)",
|
|
"port": 9229,
|
|
"restart": true,
|
|
"skipFiles": ["<node_internals>/**"]
|
|
},
|
|
{
|
|
"type": "node-terminal",
|
|
"request": "launch",
|
|
"name": "Debug CLI e2e tests",
|
|
"command": "MOD=otel-telemetry-loader pnpm run test:e2e",
|
|
"cwd": "${workspaceFolder}/packages/cli-v3",
|
|
"sourceMaps": true
|
|
},
|
|
{
|
|
"type": "node-terminal",
|
|
"request": "launch",
|
|
"name": "debug v3 hello-world dev",
|
|
"command": "pnpm exec trigger dev",
|
|
"cwd": "${workspaceFolder}/references/hello-world",
|
|
"sourceMaps": true
|
|
},
|
|
{
|
|
"type": "node-terminal",
|
|
"request": "launch",
|
|
"name": "Debug RunEngine tests",
|
|
"command": "pnpm run test ./src/engine/tests/releaseConcurrencyTokenBucketQueue.test.ts -t 'Should retrieve metrics for all queues via getQueueMetrics'",
|
|
"cwd": "${workspaceFolder}/internal-packages/run-engine",
|
|
"sourceMaps": true
|
|
},
|
|
{
|
|
"type": "node-terminal",
|
|
"request": "launch",
|
|
"name": "Debug RunQueue tests",
|
|
"command": "pnpm run test ./src/run-queue/index.test.ts",
|
|
"cwd": "${workspaceFolder}/internal-packages/run-engine",
|
|
"sourceMaps": true
|
|
},
|
|
{
|
|
"type": "node-terminal",
|
|
"request": "launch",
|
|
"name": "Debug d3-demo",
|
|
"command": "pnpm exec trigger dev",
|
|
"cwd": "${workspaceFolder}/references/d3-demo",
|
|
"sourceMaps": true
|
|
}
|
|
]
|
|
}
|