added d.ts to clean
This commit is contained in:
parent
c66889889e
commit
cc19f88ad2
3 changed files with 4 additions and 3 deletions
|
|
@ -38,7 +38,7 @@ export class QueueService {
|
|||
host: process.env.DRAGONFLY_HOST || 'localhost',
|
||||
port: parseInt(process.env.DRAGONFLY_PORT || '6379'),
|
||||
// Add these Redis-specific options to fix the undeclared key issue
|
||||
maxRetriesPerRequest: 3,
|
||||
maxRetriesPerRequest: null,
|
||||
retryDelayOnFailover: 100,
|
||||
enableReadyCheck: false,
|
||||
lazyConnect: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue