Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

Jenkins Job to clear dispatcher cache of single/multiple page(s)

Avatar

Community Advisor

Sometimes we receive requests to clear the dispatcher cache for a specific page. However, in most cases, we don't have the option to clear the cache for individual pages, so we end up clearing the entire dispatcher cache. This approach leads to heavy traffic on the production publisher instances and increased CPU utilization.

To tackle this problem, I developed a dedicated Jenkins job that focuses on clearing the dispatcher cache for single or multiple pages. With this new job, we no longer have to clear the entire dispatcher cache whenever a request for page-specific cache clearing arises.

This improvement brings about a significant reduction in traffic on the publishing instances and alleviates CPU utilization, especially when it's unnecessary to clear the entire dispatcher cache.

 

Refer below blog for the complete Jenkins job code:

https://ravipampana.blogspot.com/2023/06/jenkins-job-to-clear-dispatcher-cache.html

 

@kautuk_sahni 

1 Reply

Avatar

Administrator

@Ravi_Pampana This is a wonderful read. Thank you for sharing this. 



Kautuk Sahni