Tripletex / Tripletex/tripletex-api2
Header 'X-Rate-Limit-Reset' is not present in HTTP 429 Too Many Requests responses
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 49
- Forks
- 47
- Avg merge
- 1h 1m
- Merged PRs (30d)
- 1
Description
Hi,
We have a rate limit mechanism listening for HTTP 429 responses, using header 'X-Rate-Limit-Reset' to determine for how many seconds to wait before retrying the request.
The issue is that Tripletex is not returning the 'X-Rate-Limit-Reset' header when issuing an HTTP 429 response.
Can this be fixed?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file, test, or entry point is named. Start by locating the handling for HTTP 429 responses and determine how the retry wait duration is calculated; done means 429 responses include X-Rate-Limit-Reset with the correct number of seconds, with the behavior verified by an appropriate test if one exists.
Written by the indexing model from the issue text.
Assessment
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100