We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c88f76b commit 9196b99Copy full SHA for 9196b99
worker/worker.js
@@ -5,7 +5,9 @@ import pino from 'pino';
5
import { runCode } from '../shared/runCode.js';
6
7
const log = pino();
8
-const redis = new Redis(process.env.REDIS_URL);
+const redis = new Redis(process.env.REDIS_URL, {
9
+ maxRetriesPerRequest: null
10
+});
11
12
new Worker(
13
'code-jobs',
0 commit comments