#Trello often unresponsive when unpacking secondary trello

1 messages · Page 1 of 1 (latest)

unborn palm
#

https://i.imgur.com/9zsi1aj.png

Usually get error 429 (too many requests) and it mainly happens after the primary trello is loaded. Primary trello has a lot of cards so I'd understand. My temporary fix was to loop it where it keeps running every 5 seconds to see if it can go through trello api and it sort of works but I was hopefully looking for a better solution to this.

elfin swan
#

Trello API limits are 10 requests per 10 seconds for a token, and 30 per 10 seconds for a key (so 3 tokens = 30 requests per 10 seconds)

#

Normally it is 100/10s and 300/10s but Roblox origin requests are 10% of the base limit.

unborn palm
#

unfortunate

#

Though it's not a big problem for me, just annoying