Is it possible to force Heroku to clear out the Varnish cache from within an application (i.e. without pushing a new repository)?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Though this Heroku mailing list message is a year old, I haven’t found anything to contradict it.
I doubt this has changed. Since Varnish is run outside the context of the Rails app, there probably isn’t a
Varnishclass or anything like that, so no method that would purge the cache. Looks like you’re on your own.