Похожие чаты

Hi All Have a small doubt. As per official documentation, https://fastapi.tiangolo.com/pt/deployment/server-workers/ and

https://github.com/tiangolo/fastapi/discussions/7439 you don't need gunicorn in AKS. But in some other places they say "You can use Gunicorn (or also Uvicorn) as a process manager with Uvicorn workers to take advantage of multi-core CPUs, to run multiple processes in parallel."

So if we create azure container apps with multiple cores do we need gunicorn or not? I am not so familiar with container apps.

4 ответов

21 просмотр

"Not strictly necessary" Consider Gunicorn when you have a computationally heavy FastAPI application on an Azure Container App with 4 cores. And You want to ensure maximum CPU utilization. So that, you can use Gunicorn to manage multiple Uvicorn workers could help distribute the load effectively.

Bose-George Автор вопроса
Satya 🇮🇳
"Not strictly necessary" Consider Gunicorn when y...

In our fast api, inside one end point we are calling multiple soap api calls to an external apim there were are using multi threading.( Threadpool executor). The container app configuration is 4core 8 gb in dev

Bose George
In our fast api, inside one end point we are calli...

In this case, if you use gunicorn, it will: Enhance paralallism, Handle False tolerance. (If a SOAP call severely hangs, Gunicorn can manage worker processes, preventing a single stalled call from blocking your entire endpoint.)

Satya 🇮🇳
In this case, if you use gunicorn, it will: Enhanc...

For an IO bounded task multiprocress may not enhance performance

Похожие вопросы

Обсуждают сегодня

А как старый хаскел с новым стыковать ? потому как тут работает https://play.haskell.org/saved/C3xpMzcd, а вот тут https://stepik.org/lesson/7602/step/9?unit=1473 нет ошибка C...
Fedor
131
что насчет пагинга? на осдеве непонятно(
Vi Chapmann 🪙
26
Guys what is ur real (no jokes) expectation of link price during this cycle?
Hobbyist
28
hey everyone I'm not able to input come characters in my flatpak apps, they get ignored by the application. all other non-flatpak apps are fine with these characters. I search...
elo
20
>>> Failed to install app-alternatives/awk-4, Log file: >>> '/var/tmp/portage/app-alternatives/awk-4/temp/build.log' * Messages for package app-alternatives/awk-4: * Pa...
[cocoa] wizzy hell
1
Вопрос я правильно понимаю что в коде newtype ArrowMap k v = ArrowMap { getArrowMap :: k -> Maybe v } getArrowMap есть функция типа k -> Maybe v, если да, то не понимаю задач...
Fedor
64
Hey everyone! How's your weekend going so far?
Noah Noure
17
Hey, it seems like a solid project for the gaming industry. What are your initial thoughts?
Josh
26
Ребят, что лучше для реверса: гидра или ида?
En Vind Av Sorg
26
Делаю велосипед логгер. К сообщению хочу прикрутить некоторую информацию, типа, кем отправлено, какой уровень, и всякое такое. И тут подумалось мне, почему бы не хранить весь...
Serjone
24
Карта сайта