Skip to content

Disable auto-retry on 429 error #126

@JrooTJunior

Description

@JrooTJunior

Describe the bug

There is no way to disable retry with delay on HTTP 249 status code.

Steps to reproduce

  1. Make request to the API that returns 429 error with Retry-After header
  2. Got "Sending reuqest..." state at the JetClient page
  3. Wait until retry after interval expired
  4. Got response from the server

At the same time on the server side:
after step 1 access log with 429 response should be displayed

Expected behavior

Immediatelly got response with status 429 on step 3 without retry

Possible solution

Add possibility to configure behavior on rate limit exceeded errors

Environment information:

  • OS: macOS 15.2
  • IDE version: PyCharm 2024.3.1.1 (Professional Edition)
  • plugin version: 2024.3.25-243

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions