-
Backend software developer, trans, activist
-
Joined on
2025年02月04日
I'll do this one and open a PR when I have something working!
It can be in memory cache but it might grow a bit bigger in memory usage. A first iteration can be with fastapi-cache in memory and if later there's a...
We can go for (削除) redis (削除ここまで) valkey or memcached for that, and then I think it would be great we start providing a docker compose if it needs to spin up a few different services (valkey for caching and...
The big question is what do we want to rate limit?
There can be some global rate limiting per IP (easy to do with slowapi) and then per-scope rules ?
@sneakers-the-rat wrote in sneakers-the-rat/sciop#9 (comment):
yes i was looking at this one from the starlette docs https://github.com/abersheeran/asgi-...
Hello ! What do you think of application-level rate limiting first? There are some good middlewares for that in fastapi if I'm not wrong