varnish / varnish-modules

Collection of Varnish Cache modules (vmods) by Varnish Software
Other
182 stars 86 forks source link

xkey: refresh object after softpurge() #129

Closed nd2s closed 5 years ago

nd2s commented 5 years ago

How can one automatically refresh/reload all of the invalidated objects after a call to xkey.softpurge()?

gquintard commented 5 years ago

Closing at it isn't an bug, please use the varnish-misc mailing list for such questions (http://varnish-cache.org/support/index.html).

The feature you ask about isn't implemented in xkey, and you probably don't want it either as it would potentially mean unleashing a thundering herd onto the origin when you invalidate a too many objects.