-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
Labels: performance, investigation, guzzle
Context: Bulk API requests using GuzzleHttp\Pool
Description:
When sending 100+ requests in parallel through Guzzle's Pool, Openapi SDK instantiates a new Guzzle client per request, defeating connection reuse.
Expected:
Reuse HTTP client instance and enable keep_alive option.
Impact:
Response latency increases exponentially and API rate-limits are hit sooner.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request