Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Akamai 最近发布了用于处理边缘服务器清除的 REST API。
我正在制作一个函数/方法来访问该 API 并使我们存储中输入对象的缓存无效。
文档说可以将多个对象传递给请求(请参阅清除请求部分)。但是,他们没有说我可以传递多少个对象。
我说的是可能需要在一次调用中清除数千个对象,有人知道我每次调用可以传递多少个对象吗?
10,000 是最大队列长度。
如果你有更多,你应该实现 api 调用来检查队列状态,然后在有空间时排队更多的对象。