rest - How many objects can I send to Akamai edge server for purging? -


Akamai has recently released its REST API to clean the torrent server.

I am creating a function / method to access that API and invalidate the cache of the input in our storage.

says that it is possible to pass several objects to request (see the completed request) section). They do not say however, how many items I can pass it.

I'm potentially talking about thousands of objects that need to be purified in a call, does anyone know how many objects can I pass per call?

10,000 maximum queue length.

If you have more than that, you should implement the API call to check the queue position and then line up more objects in the room.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -