Skip to content

bug: 429 Client Error: Too Many Requests for path #94

@kgpayne

Description

@kgpayne

During testing with the new standard tests framework, I am hitting 429 Client Error: Too Many Requests for path errors for the /projects/../pipelines/ API.

According to the Mozilla http code reference:

A Retry-After header might be included to this response indicating how long to wait before making a new request.

If this is available from the GitLab API, we should use this to wait the appropriate time (rather than using exponential backoff, as is default in the SDK).

EDIT: this appears to be supported in the backoff python library here 🚀

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