Rate limited from 30 to 0, no 120 rate limit with Bearer

You’re doing better than me, I’m getting 429ed immediately period and have been for days.

Edit: Alright, it’s better than that. At times I’m getting as many as ten requests off. However, if I watch the header values it will tell me I have 27 remaining for example then the next request fails. Sometimes it does what you say.

Now if I do give it a bearer token which I hadn’t been doing, my remaining count never goes down, only the reset time which I find strange. It really does feel like something isn’t working right.

(
    [limit] => 800
    [remaining] => 799
    [reset] => 1560630169
)
(
    [limit] => 800
    [remaining] => 799
    [reset] => 1560630170
)

(
    [limit] => 800
    [remaining] => 799
    [reset] => 1560630170
)

(
    [limit] => 800
    [remaining] => 799
    [reset] => 1560630170
)

(
    [limit] => 800
    [remaining] => 799
    [reset] => 1560630171
)

(
    [limit] => 800
    [remaining] => 799
    [reset] => 1560630171
)
(
    [limit] => 800
    [remaining] => 799
    [reset] => 1560630171
)

What is frustrating to me is that this process has been running on my server with no issues for months and suddenly I’m getting 429ed after at most 10 requests.