sideshowbandana / k8s-sqs-autoscaler

Kubernetes pod autoscaler based on queue size in AWS SQS
71 stars 27 forks source link

Imdb 6728 autoscale on average #17

Closed nmohoric closed 4 years ago

nmohoric commented 4 years ago

Changes the logic to act on average messages per pod (rather than total messages visible), and scales to the number of pods it expects you'll need. This also adds some basic tests to this new functionality.