Created
May 7, 2012 17:03
-
-
Save mayhem/2628994 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi, | |
S3 returns the 503 slowdown messages when our content ingest layer queue starts getting very large | |
and a backlog of ingests have accumulated. | |
This is usually caused by some sort of temporary trouble on the ingest side of our storage system (in this | |
case, a fan outage caused, high temperatures, and automatic machine off lining took place, significantly | |
reducing the ingest rate). | |
These conditions are very rarely the end user's (or api clien's, in your case) fault. | |
We have returned the fans and those hosts to service and | |
the queue backlog is again at normal levels. | |
Sorry for the trouble. | |
-Sam |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment