Skip to content

TCP connections aren't reused across batches #148

Description

@rohitpaulk

When we make requests to multiple batches, we construct a Net::HTTP object again and again - which internally creates a new TCP connection for every HTTP request.

This can be improved by reusing the Net::HTTP object.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions