For Workers & Pages, what is the name of the domain?
example.com
What is the error number?
N/A
What is the error message?
N/A
What is the issue or error you’re encountering
Wanting to ensure only one request goes to the backend
What steps have you taken to resolve the issue?
Is there an equivalent to nginx
proxy_cache_lock
?
I want to be able to reduce multiple requests to a single request and store that in the cache to reduce the computing needs on our backend server.
What are the steps to reproduce the issue?
N/A