Hi,
How does the new mechanism work with regards to revalidation requests even if the content is no longer requested by clients?
Let's say I have path /resource_abcd12345 that is cached, and origin uses stale-while-revalidate header.
Now, let's say no client does a GET on this path anymore.
I am expecting Cloudflare to fetch /resource_abcd12345 by itself from now on to revalidate. But will it revalidate this path forever even if no client requests it?