feat(backend): add BullMQ JobManager framework #1521
test.yml
on: pull_request
Vulnerability triage reconciliation
5s
test
1m 45s
Annotations
2 errors and 2 warnings
|
test
Process completed with exit code 1.
|
|
src/reconciliationWorkload.test.ts > reconciliationWorkload > runs every 15 minutes on the reconciliation queue:
packages/backend/src/reconciliationWorkload.test.ts#L63
AssertionError: expected { every: '10s' } to deeply equal { every: '15m' }
- Expected
+ Received
{
- "every": "15m",
+ "every": "10s",
}
❯ src/reconciliationWorkload.test.ts:63:35
|
|
Vulnerability triage reconciliation
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|