Skip to content

Commit

Permalink
Dont kill at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
pastelsky committed Jan 3, 2024
1 parent 9bc20a2 commit 6afa18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/queues.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function killAllBullMQProcesses(processName: string) {
}
}

killAllBullMQProcesses("bullmq");
// killAllBullMQProcesses("bullmq");

const redisOptions = {
port: 6379,
Expand Down

0 comments on commit 6afa18b

Please sign in to comment.