boxidau / rax-autoscaler

Apache License 2.0
5 stars 2 forks source link

Raxmon plugin will always scale up when no monitoring data is available #94

Closed jon-walton closed 9 years ago

jon-walton commented 9 years ago
def make_decision(self):
...

        if len(results) == 0:
            logger.error('No data available')
            return 1

is this desired behaviour?

sthapa-ping commented 9 years ago

Just saw this issue that you raised. I found this issue while I was testing dry-run (issue #93), though that I should fixed its already done in #93