zonemaster / zonemaster-backend

The Zonemaster Backend - part of the Zonemaster project
Other
14 stars 23 forks source link

Remove bottleneck in scheduling #1129

Open mattias-p opened 1 year ago

mattias-p commented 1 year ago

Today we have a bottleneck in scheduling caused by the master process sleeping between successful job allocations. Make the master process not sleep between a successful allocation and the next allocation attempt.