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
We've now had a couple of downtime incidents caused by a cart bug, on multiple production servers.
If the CartController#populate endpoint (add-to-cart) returns an error code, the page will keep trying to post data to the cart endpoint again and again and again. Twice now we've had the add-to-cart endpoint return a 412 (we don't know why yet), and then it subsequently kept re-posting the data over and over, and this can cause serious problems.
More details in a thread from Friday 01 May in the (private) channel #devops-notifications
Fix the problem of the add-to-cart code continually spamming the endpoint with lots of requests if an error is returned. Maybe just show an error to the user, and not continually re-POST the data. Cart add error handling #5371
The text was updated successfully, but these errors were encountered:
luisramos0
added
bug-s1
The bug is stopping the platform from working, and there is no workaround. Impact of lot of users.
and removed
s1
labels
May 4, 2020
We've now had a couple of downtime incidents caused by a cart bug, on multiple production servers.
If the
CartController#populate
endpoint (add-to-cart) returns an error code, the page will keep trying to post data to the cart endpoint again and again and again. Twice now we've had the add-to-cart endpoint return a412
(we don't know why yet), and then it subsequently kept re-posting the data over and over, and this can cause serious problems.More details in a thread from Friday 01 May in the (private) channel #devops-notifications
Proposed fix(es):
412
. Cart with soft-deletion #5361The text was updated successfully, but these errors were encountered: