-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
There is no way to disable retry with delay on HTTP 249 status code.
Steps to reproduce
- Make request to the API that returns 429 error with
Retry-Afterheader - Got "Sending reuqest..." state at the JetClient page
- Wait until retry after interval expired
- 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working