This repository was archived by the owner on Jul 14, 2020. It is now read-only.

Description
If rounds are run too frequently (more often than every ~60 seconds), they sometimes don't finish quickly enough and when rounds overlap, Bad Things Happen.
Determine why it happens and fix it.
First guess: the master is single-threaded, so it might be CPU-bound. Check with very quick tasks and lots of workers.