RubyFlow The Ruby and Rails community linklog

Thinner (Varnish cache purging)

Thinner is a new ruby gem that purges Varnish cache over time. It’s useful for keeping your caches warm after deploys. Would love feedback and/or thoughts.

Comments

cat urls.txt sed ‘s/^(.*)$/url.purge \1/’ nc -q1 127.0.0.1 8282

seriously, do you need a gem for this ?

That works dandy as well. Thanks for the feedback.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in