amoghyermalkar123 opened a new issue, #8851: URL: https://github.com/apache/trafficserver/issues/8851
We've been using the cache inspector API as the main API to bulk purge content via regex, i.e. `http://serverIP/ats-cache/delete_regex?url=domain/*`. Ofcourse, these requests are made locally through another service. The time it takes for this API to respond is 20+ minutes every time and the response is empty i.e. `empty reply from server`. We are also using a few other alternatives that ATS provides, i.e. the remap purge plugin, revalidate plugin. The only thing we are unsure of is how can we actually delete something from the disk. If the first mentioned API fails, and the 2 plugins basically invalidate the cache and request the origin server, how can we (if it is even possible) delete something from the disk? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
