SQS Performance (II)

Posted on Mon 22 November 2021 in Infrastructure • Tagged with aws, performance, sqs

I continue hunting my SQS performance white whale and learn that SQS hangs up every 80 messages.


Continue reading

SQS's Slow Tail Latency

Posted on Wed 11 August 2021 in Infrastructure • Tagged with aws, performance, sqs

We use AWS Simple Queue Service a lot. But man, the tail latency really sucks.


Continue reading

MySQL Proxies

Posted on Thu 06 August 2020 in Infrastructure • Tagged with aws, performance

Our Django application connects to MySQL to store all of its data. This is a pretty typical setup. However, you may not know that establishing connections to MySQL is rather expensive.

MySQL Connections

I have written previously about controlling API response times -- we take it very seriously! One thing that …


Continue reading