#Unable to delete cache inside caches.default via Queue

1 messages · Page 1 of 1 (latest)

void pasture
#

I am trying to delete the cache via Queue prepared by firing the PutObject event to R2, but the cache is not found. Is this a bug?

I would like to know immediately if there is a solution.

#

By the way, I was able to set up a delete-cache endpoint for WorkersA and delete a specific cache to it. The only difference is the requestor information. Any hints would be appreciated.

elfin orbit
#

The cache API is specific to the data center that your worker is run in. It's very likely that sending an HTTP request to your worker is happening in a different data center than where the queue is running.