Skip to content

Commit 08469f8

Browse files
authored
Increase worker concurrency: 2 -> 5 (#168)
1 parent 72d219b commit 08469f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/roomote/src/lib/controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { isFlyMachine, isDockerContainer } from './utils';
66

77
export class WorkerController {
88
private readonly POLL_INTERVAL_MS = 5000;
9-
private readonly MAX_WORKERS = 2;
9+
private readonly MAX_WORKERS = 5;
1010

1111
private queue: Queue;
1212
private stalledJobsWorker: Worker;

0 commit comments

Comments
 (0)