Sometimes when I am sending consecutive GET requests to the /v2/deals endpoint the x-ratelimit-remaining header does not decrease.
I’ve set my code to wait the time specified in x-ratelimit-reset header for the ratelimit to refresh when it reaches 0, but since it never goes down from the initial value, it causes me to hit the 429 - Too Many Requests Error status.