Cuckoo.Plus icon indicating copy to clipboard operation
Cuckoo.Plus copied to clipboard

Very frequent 429 error

Open umonaca opened this issue 3 years ago • 4 comments

It frequently hits the rate limit with a 429 error. Probably you could find a way to get around it?

umonaca avatar Oct 31 '20 06:10 umonaca

That's a problem with your instances. You'll need to modify your instances code to unlock the limit. https://github.com/k-t-corp/mastodon-issues/issues/7

fhoshino avatar Nov 28 '20 15:11 fhoshino

That's a problem with your instances. You'll need to modify your instances code to unlock the limit. k-t-corp/mastodon-issues#7

It's fine for me, but if cuckoo.plus is designed to work with any vanilla Mastodon (e.g. mastodon.social/mastodon.online), it should not require the instance admin to lower the rate limit.

umonaca avatar Nov 30 '20 10:11 umonaca

That's a problem with your instances. You'll need to modify your instances code to unlock the limit. k-t-corp/mastodon-issues#7

It's fine for me, but if cuckoo.plus is designed to work with any vanilla Mastodon (e.g. mastodon.social/mastodon.online), it should not require the instance admin to lower the rate limit.

I understand your fustration, but there is little the devs could do, unless trying to create an issue requring mastodon devs to raise the limit or may be apply a throttle to cuckoo.plus, it might impact the user experiences of number of post loading in the timeline.

fhoshino avatar Nov 30 '20 11:11 fhoshino

That's a problem with your instances. You'll need to modify your instances code to unlock the limit. k-t-corp/mastodon-issues#7

It's fine for me, but if cuckoo.plus is designed to work with any vanilla Mastodon (e.g. mastodon.social/mastodon.online), it should not require the instance admin to lower the rate limit.

I understand your fustration, but there is little the devs could do, unless trying to create an issue requring mastodon devs to raise the limit or may be apply a throttle to cuckoo.plus, it might impact the user experiences of number of post loading in the timeline.

The program has significant N+1 query problem, which is the primary reason why cuckoo is hitting the API endpoint very hard.
You can open the Chrome devtools for the vanilla Mastodon UI to compare and confirm what I am saying.
I may propose a fix when I have spare time.

umonaca avatar Feb 24 '21 16:02 umonaca