You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will add soon.
But there are two ways - sequentially receiving 1000 at a time or splitting the request into parallel ones? Will the backend handle massive parallel requests?
The backend can handle lots of requests in parallel. We can limit the concurrency level in the client, e.g. max 10 batches of 1000-sized requests by default.
Take into account use cases like ipinfo/python#35 to ensure batch ops support is scalable & robust.
The text was updated successfully, but these errors were encountered: