Open misha-erm opened 1 year ago
HI @MikeYermolayev Limits are specific per access token (Private App)/account.
Per 10 seconds: 100 / private app Per day: 250,000 / account More info here
Are you create only an instance of client or a few instances of client for the same access token (private app)?
I create an instance of client per OAuth token
Hello,
This is more a discussion rather than an issue. Recently I saw that retry- and limiter- options were added to hubspot sdk and tried to use them.
Here is the code I used to get hubspot client:
As I understand, limits are specific per customer/access token, that's why I setup new client for each user. Unfortunately this didn't help at all and I still see a lot of TEN_SECONDLY_ROLLING errors
Am I doing something wrong and are there any tips on how to debug it further? Thank you in advance
UPDATE: also tried DEFAULT_LIMITER_OPTIONS but it doesn't seem to do anything