While creating a task, you send 2 requests to MongoDB and await both of them. I tested it and that seems to be my bottleneck in terms of requests per second. Now I am fairly new to the FARM stack and especially MongoDB. Is it okay to remove those 2 in order to improve my requests per minute, or does that mean, that some of my objects might get lost? Your video is awesome btw, I started at 0 and already have a pretty cool project!
Brilliant !
This is my favorite stack !
You helped me a ton, thanks for making the time to share with the community
Love this new stack, hype for FastAPI
I love it, I created a FARM stack course to create a web application on my channel if you're interested,
While creating a task, you send 2 requests to MongoDB and await both of them. I tested it and that seems to be my bottleneck in terms of requests per second. Now I am fairly new to the FARM stack and especially MongoDB. Is it okay to remove those 2 in order to improve my requests per minute, or does that mean, that some of my objects might get lost?
Your video is awesome btw, I started at 0 and already have a pretty cool project!
The image quality is poor!
I am new in FARM and python, like to know which file did you setup the environment variables for database connection
how do we host a FARM stack app