You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments