Bug Description
if Value of "ENFORCER_MAX_BATCH_SIZE" in orchestrator config-map is more than 1 than we don't get complete data in some cases
Steps To Reproduce
- Open config-map of Orchestrator and set value of "ENFORCER_MAX_BATCH_SIZE" more than 1 (Default value is 1)
- Now Observe the data for few APIs like Below
/orchestrator/env/autocomplete?auth=false
Expected behaviour
Complete Environments should come in response of this API
Current behaviour
We loose some Environments in response of the API
AB#122