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 72d219b commit 08469f8Copy full SHA for 08469f8
apps/roomote/src/lib/controller.ts
@@ -6,7 +6,7 @@ import { isFlyMachine, isDockerContainer } from './utils';
6
7
export class WorkerController {
8
private readonly POLL_INTERVAL_MS = 5000;
9
- private readonly MAX_WORKERS = 2;
+ private readonly MAX_WORKERS = 5;
10
11
private queue: Queue;
12
private stalledJobsWorker: Worker;
0 commit comments