Skip to content

Reduce and fix incorrectly documented timeout_limit #185

Description

@navignaw

The default timeout_limit for the API client is documented to be 10 seconds, but in actuality this value is set to 1200 seconds = 20 minutes in every single API endpoint. This is an absurd default that ended up bottlenecking our clients.

Our dashboards show that P99 duration is typically on the order of 100ms for most requests, so the client should choose a more reasonable default of 10s (as documented) or shorter.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions