Date | Time | |
---|---|---|
From: | Sep 30, 2024 | 16:44 MST |
To: | Sep 30, 2024 | 18:12 MST |
Synthetic test failures alerted our team.
Increased latency on landed cost quotes, plus a period where landed cost quotes failed.
Landed cost quotes were slow to return and/or failed to return.
The problem was caused by a very large message added to our message queue that could not be consumed due to insufficient resources. The immediate resolution was to increase maximum allocated memory to allow the message queue to clear.
To prevent this from happening again, we have decreased the total allowed message size by both the producers and consumers. We are also evaluating techniques to make the message queue more robust to this type of failure.