perf(trigger): cap concurrency on background DB tasks #20118
ci.yml
on: pull_request
Detect Version
0s
Test and Build
/
Test and Build
2m 5s
Migrate Dev DB
/
Apply Database Migrations
Check Docs Changes
Matrix: Build ARM64 (GHCR Only)
Matrix: Build Dev ECR
Matrix: Build AMD64
Matrix: Create GHCR Manifests
Process Docs
/
Process Documentation Embeddings
Create GitHub Release
0s
Annotations
4 errors and 6 warnings
|
Test and Build / Test and Build
Process completed with exit code 1.
|
|
background/async-execution-correlation.test.ts > async execution correlation fallbacks > caps schedule execution concurrency at the task queue:
apps/sim/background/async-execution-correlation.test.ts#L56
AssertionError: expected { id: 'schedule-execution', …(4) } to match object { queue: { …(2) } }
(5 matching properties omitted from actual)
- Expected
+ Received
{
"queue": {
- "concurrencyLimit": 50,
+ "concurrencyLimit": 30,
"name": "schedule-execution",
},
}
❯ background/async-execution-correlation.test.ts:56:42
|
|
Test and Build / Test and Build
sim#test: command (/home/runner/_work/sim/sim/apps/sim) /home/runner/.bun/bin/bun run test exited (1)
|
|
Test and Build / Test and Build
Process completed with exit code 1.
|
|
Test and Build / Test and Build
Skipping sticky disk commit due to previous step failures
|
|
Test and Build / Test and Build
Found 2 failed/cancelled steps in previous workflow steps
|
|
Test and Build / Test and Build
Skipping sticky disk commit due to previous step failures
|
|
Test and Build / Test and Build
Found 2 failed/cancelled steps in previous workflow steps
|
|
Test and Build / Test and Build
Skipping sticky disk commit due to previous step failures
|
|
Test and Build / Test and Build
Found 2 failed/cancelled steps in previous workflow steps
|