Y
Hacker News
new
|
ask
|
show
|
jobs
by
qaq
3567 days ago
This is "not that different" from getting a very high load spike do you guys not have some autoscaling setup?
2 comments
marcog1
3567 days ago
We do, but it didn't help given the cause of the high cpu was our logging infrastructure (Amazon Kinesis) being overloaded by the webservers.
link
matt_wulfeck
3567 days ago
Does kinesis not support UDP sylog style logging, some of these old technologies had the right idea: if your sending too much data, drop the packets on the floor instead of falling over!
link
babo
3567 days ago
Autoscaling as not necessary driven by CPU load.
link
qaq
3567 days ago
true but by default it is
link
themartorana
3567 days ago
You'd think that would be at least one metric...
link