Hi Eric, I'm doing a project with Rate Limiting using the pure ASGI middleware from Starlette to get better performance, but this is on dev mode, my question is about how to get this ready to production, a production environment this couldn't be the best, so I guess I'll need to use Redis, right? Thank you for your videos, they're awesome!
Hi. Great video! I have a question, in case that we are calling to sync func that doesn't have await (in await call_next(req)) - the app is not processing other requests until this request finishes?
I didn't know what a middleware was and now I have a new to do task in my project
This made me smile! I am glad you enjoyed the video 🙂
Great video! I can use this in a project at work today!
Go for it! Woot woot!
can we get a microservices tutorial using gRPC, i guess it some missing piece of information on youtube.
Let me add it to my backlog of future content :-)
Hi Eric, I'm doing a project with Rate Limiting using the pure ASGI middleware from Starlette to get better performance, but this is on dev mode, my question is about how to get this ready to production, a production environment this couldn't be the best, so I guess I'll need to use Redis, right? Thank you for your videos, they're awesome!
Thanks! It really depends on traffic. There are some neat rate limiting libraries out there as well.
Great Video! Awesome Channel! Thanks!
Thanks for watching! Glad you are here 🙂
Hi. Great video!
I have a question,
in case that we are calling to sync func that doesn't have await (in await call_next(req)) - the app is not processing other requests until this request finishes?
Nope, it still processes requests. The first await will continue to be consumed.
hellow sir could you please guide how to make quiz app using fastapi
I'll add it to my backlog of future content!