Skip to content

Commit b51a16b

Browse files
committed
2 parents 6bee52b + f49ed51 commit b51a16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/matcher/scrimmage.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def worker():
2222
if result == None:
2323
scrim_queue.put(scrim)
2424

25-
@sched.scheduled_job('cron', minute='*/30')
25+
@sched.scheduled_job('cron', minute=0)
2626
def matchmake():
2727
try:
2828
logging.info('Obtaining scrimmage list')

0 commit comments

Comments
 (0)