Is there a plan to increase the rate limits, now that the traffic increased by an order of magnitude? #2798
Replies: 3 comments 6 replies
-
(Side note: when the traffic grows by another order of magnitude it will be ~300Mbit/s per firehose consumer. Federation when?) |
Beta Was this translation helpful? Give feedback.
-
If you're already consuming the full firehose, you can just pull the actor profile records out of that as well as DIDs, right? If that's prohibitive, https://github.com/ericvolp12/jetstream might make it easier/cheaper. |
Beta Was this translation helpful? Give feedback.
-
We probably do need to bump a bunch of these rate-limits, particularly around handle lookups using HTTPS well-known for Could you say more about your use of |
Beta Was this translation helpful? Give feedback.
-
My moderation thingy has some simple rules that it checks for each DID is sees on firehose, caching the outcome for 24h.
It needs to call
getActorProfile
, which is rate-limited to 10 requests per second. Which means that it can keep track of at most 864k daily active users.Is there a plan to increase the rate limits to keep up with the traffic? What about when it increases by another order of magnitude?
Otherwise my only option is to increase caching duration, meaning that required moderation actions will be delayed further.
Beta Was this translation helpful? Give feedback.
All reactions