Traffic Portal Invalidate Content page: warning about origin needing to support 304s #5698
Labels
documentation
related to documentation
improvement
The functionality exists but it could be improved in some way.
Traffic Portal v1
related to Traffic Portal version 1
I'm submitting a ...
Traffic Control components affected ...
Current behavior:
Recently we issued a large scale invalidation request against one of our delivery services. Unfortunately we didn't realize that the origin was not configured to handle If-Modified-Since or If-None-Match headers and always sent back 200s instead of 304s. This resulted in a storm of requests going to the origin, and a new mini storm starting every time an edge cache ATS was restarted.
Perhaps some message or some documentation should be added to ensure that whoever uses Invalidations realizes that they are designed to be used with origins that properly handle IMS requests.
New behavior:
Minimal reproduction of the problem with instructions:
Anything else:
The text was updated successfully, but these errors were encountered: