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
As a consequence of the Queue refactor from #390 and #392, Queue clearly has too much information about executing and there should be a common job pool instead of just a single set of execution slots that are pulled from the different priority queues.
This will simplify Queue, simplify AutoTest, and make it possible to have a more dynamic number of slots in the future.
The text was updated successfully, but these errors were encountered:
As a consequence of the Queue refactor from #390 and #392,
Queue
clearly has too much information about executing and there should be a common job pool instead of just a single set of execution slots that are pulled from the different priority queues.This will simplify
Queue
, simplifyAutoTest
, and make it possible to have a more dynamic number of slots in the future.The text was updated successfully, but these errors were encountered: