Fast purging
Last updated
Was this helpful?
Last updated
Was this helpful?
At Transparent Edge, by default, we use fast purging to instantaneously purge content. This system lets us invalidate content on all Transparent Edge nodes in under two seconds.
It’s quite simple. All Transparent Edge nodes are subscribed to a fanout queue in an internal Rabbit MQ cluster. When it receives a content invalidation message from our, the message is immediately consumed by an agent which runs on all our CDN nodes. The agent locally invalidates the requested content at that node.
If you want to find out more about how to invalidate content, click this.