feat: optimize Bull background job processing#903
Open
JemimahEkong wants to merge 1 commit into
Open
Annotations
3 errors and 1 warning
|
Build application
Process completed with exit code 2.
|
|
Build application:
src/queues/retry/retry-strategy.service.ts#L25
Type '{ EMAIL: { readonly maxAttempts: 5; readonly backoffType: "exponential"; readonly initialDelayMs: 2000; readonly maxDelayMs: 60000; readonly multiplier: 2; }; PAYMENT: { readonly maxAttempts: 3; readonly backoffType: "exponential"; readonly initialDelayMs: 5000; readonly maxDelayMs: 30000; readonly multiplier: 2; };...' is not assignable to type 'Record<string, IRetryStrategy>'.
|
|
Build application:
src/queues/retry/retry-strategy.service.ts#L12
Type '{ readonly maxAttempts: 5; readonly backoffType: "exponential"; readonly initialDelayMs: 2000; readonly maxDelayMs: 60000; readonly multiplier: 2; } | { readonly maxAttempts: 3; readonly backoffType: "exponential"; readonly initialDelayMs: 5000; readonly maxDelayMs: 30000; readonly multiplier: 2; } | { ...; } | { .....' is not assignable to type 'IRetryStrategy'.
|
|
Complete job
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, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
parallel
Loading