You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 14, 2020. It is now read-only.
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.
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.