We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7f3ec commit 198e054Copy full SHA for 198e054
packages/backend/src/config/redis.ts
@@ -35,10 +35,6 @@ export const createRedisClient = (db = REDIS_DB_INDEX.JOBS) =>
35
],
36
{
37
dnsLookup: (address, callback) => callback(null, address),
38
-
39
- // TEST: Handle individual node failovers during MemoryDB updates
40
- retryDelayOnFailover: 100,
41
42
redisOptions: {
43
tls: appConfig.redisTls ? {} : undefined,
44
username: appConfig.redisUsername,
0 commit comments