Skip to content

2023-12-03.2016

@tobias tobias tagged this 03 Dec 14:53
The intent was to use long-polling, but it wasn't implemented. This
change means we will wait up to 20s on each SQS receive call in
production, instead of it returning immediately.

This will have two benefits:
- We will make fewer SQS receive calls in production, reducing costs
- We won't be spinning on receive calls in dev, reducing CPU usage from
  the repl process and the elasticmq docker instance
Assets 2
Loading