We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6bee52b + f49ed51 commit b51a16bCopy full SHA for b51a16b
infrastructure/matcher/scrimmage.py
@@ -22,7 +22,7 @@ def worker():
22
if result == None:
23
scrim_queue.put(scrim)
24
25
-@sched.scheduled_job('cron', minute='*/30')
+@sched.scheduled_job('cron', minute=0)
26
def matchmake():
27
try:
28
logging.info('Obtaining scrimmage list')
0 commit comments