apimeister / tibco-ems-operator

A Kubernetes operator for Tibco EMS.
Apache License 2.0
4 stars 2 forks source link

Scaler only searching for new scale targets on startup #14

Open alexkunde opened 3 years ago

alexkunde commented 3 years ago

As per this line https://github.com/apimeister/tibco-ems-operator/blob/18cd787c6a6fc26583e7d31449ba0f49a27caa8e/src/scaler/mod.rs#L152 the scaler request the deployed objects only on startup, afterwards the loop works with the cached list and does not update on changes in the list.