I’ve built an API (with flask-restful) that stores data in its cache and exposes it to other applications. When I try to send a get request to this API from another app (also flask) it returns the following error I thought that this error occurred because I was sending too many requests with the same url to the API. I