2019-10-24 UTC
# [KevinMarks] I've been building things with AWS lambdas that set a 3s timeout by default, but if you don't call them often they can take ~1s to spin up, which adding to the network stuff I had to do made them time out. I hadn't noticed, because the AWS queue I was using will retry 3 times, and the 2nd time there is an instance there to process it without timing out o_O