flowhub / guv

Autoscaling for Heroku/AMQP
https://guvscale.com
MIT License
25 stars 6 forks source link

Warn/error if input rate is above sustainable #88

Open jonnor opened 8 years ago

jonnor commented 8 years ago

If we get more messages in than we can handle, on average, the queue will grow unbounded and we will in a pretty short time have a problem keeping deadlines.

Related to #43 and #62