I need to get the source to feed until the sum of two given queues equals a specific number
Model.find ("Queue1"). Subnodes.length == 50
With the above, I managed to make the source stop power when queue 1 = 50, but I need it to stop when queue1 + queue 8 = 100
Thank you