Replies: 1 comment
-
I suggest you take the token's expiry time
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When refreshing multiple tokens, are there any time limits on how frequently we can update a batch? The goal here is to not overwhelm Tesla's servers, and also not get flagged by their web application firewall.
The rough guidance from multiple threads in 2021 was that when logging in, wait 60 seconds between login attempts to avoid being throttled and/or banned. I'm looking for similar guidance on using refresh tokens to get new access tokens. Should we assume the same, or can we use something like 1 second instead?
Beta Was this translation helpful? Give feedback.
All reactions