Skip to content

Fix capacity calculation for unexpectedly removed instances

Arran Walker requested to merge ajwalker/fix-capacity-calc into main

Upgrades fleeting which solved a bug where we were not always processing instance updates in order (due to spawning go routine for each batch of updates), leading to incorrect capacity calculation

Adds new test case for scaling up and then immediately back down out-of-band instances

Merge request reports