Skip to content

Optimising rate limiter #102

Answered by AnssiAhola
fdmackay asked this question in Support
Discussion options

You must be logged in to vote

Hey @fdmackay

You can disable the rate limiter with

client.backoff_enabled(false)

and you can access the rate limit headers with

client._fethcer.rate_limit
client._fethcer.rate_limit_used
client._fethcer.rate_limit_remaining

if I recall correctly

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@fdmackay
Comment options

Answer selected by fdmackay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants