We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa08be4 commit 370055fCopy full SHA for 370055f
src/utils/cronJobs.ts
@@ -65,7 +65,6 @@ export async function incrementEloCronJobAllQueues() {
65
setInterval(async () => {
66
// Skip this iteration if the previous one is still running
67
if (isRunning) {
68
- console.log('Matchmaking already running, skipping this iteration')
69
return
70
}
71
0 commit comments