Skip to content

feat: Implement background job queue system #38

feat: Implement background job queue system

feat: Implement background job queue system #38

Triggered via pull request April 4, 2026 04:57
Status Failure
Total duration 32s
Artifacts

ci.yml

on: pull_request
Matrix: Build, Lint, and Test
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 12 warnings
Build, Lint, and Test (20.x): src/index.ts#L21
Cannot find name 'initializeConfig'.
Build, Lint, and Test (20.x): src/db/pool.ts#L71
Parameter 'err' implicitly has an 'any' type.
Build, Lint, and Test (20.x): src/db/pool.ts#L15
Could not find a declaration file for module 'pg'. '/home/runner/work/Fluxora-Backend/Fluxora-Backend/node_modules/pg/esm/index.mjs' implicitly has an 'any' type.
Build, Lint, and Test (20.x): src/db/migrate.ts#L9
Cannot find module 'node-pg-migrate' or its corresponding type declarations.
Build, Lint, and Test (20.x): src/db/connection.ts#L55
Expected 0 arguments, but got 1.
Build, Lint, and Test (20.x): src/db/connection.ts#L10
Cannot find module 'better-sqlite3' or its corresponding type declarations.
Build, Lint, and Test (20.x): src/db/client.ts#L1
Could not find a declaration file for module 'pg'. '/home/runner/work/Fluxora-Backend/Fluxora-Backend/node_modules/pg/esm/index.mjs' implicitly has an 'any' type.
Build, Lint, and Test (20.x): src/config/health.ts#L72
Type '{ name: string; status: "healthy" | "unhealthy"; latency: number; error: string | undefined; lastChecked: string; }' is not assignable to type 'DependencyHealth' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
Build, Lint, and Test (20.x): src/config/env.ts#L219
Property 'passphrase' does not exist on type '{ horizonUrl: string; networkPassphrase: string; }'.
Build, Lint, and Test (20.x): src/config/env.ts#L180
Property 'streamingContractAddress' does not exist on type '{ horizonUrl: string; networkPassphrase: string; }'.
Build, Lint, and Test (18.x)
The strategy configuration was canceled because "build._20_x" failed
Build, Lint, and Test (18.x)
The operation was canceled.
Build, Lint, and Test (20.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build, Lint, and Test (20.x): src/lib/auditLog.ts#L45
Unexpected any. Specify a different type
Build, Lint, and Test (20.x): src/lib/apiKey.ts#L1
'Request' is defined but never used
Build, Lint, and Test (20.x): src/index.ts#L22
'apiVersion' is assigned a value but never used
Build, Lint, and Test (20.x): src/index.ts#L22
'nodeEnv' is assigned a value but never used
Build, Lint, and Test (20.x): src/index.ts#L22
'port' is assigned a value but never used
Build, Lint, and Test (20.x): src/index.ts#L14
'gracefulShutdown' is defined but never used
Build, Lint, and Test (20.x): src/db/repositories/streamRepository.ts#L21
'logError' is defined but never used
Build, Lint, and Test (20.x): src/db/repositories/streamRepository.ts#L21
'warn' is defined but never used
Build, Lint, and Test (20.x): src/app.ts#L43
'_err' is defined but never used
Build, Lint, and Test (20.x): src/app.ts#L7
'safeErrorHandler' is defined but never used
Build, Lint, and Test (18.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/