Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

patch API methods to filter out terminated servers

Pre-release
Pre-release
Compare
Choose a tag to compare
@cpolanec cpolanec released this 26 Mar 13:54
f621079

Server Farm upgrades result in a number of terminated servers which were being included in the API methods used to evaluate server usage. The data from these terminated servers was clobbering the actual data from the new/upgraded servers causing the workflows to work incorrectly. A patch was applied to filter out any terminated servers from EC2 instance queries.