- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 87 for Gunicorn (0.05 sec)
-
docs/de/docs/deployment/docker.md
/// note | Technische Details Das Docker-Image wurde erstellt, als Uvicorn das Verwalten und Neustarten von ausgefallenen Workern noch nicht unterstützte, weshalb es notwendig war, Gunicorn mit Uvicorn zu verwenden, was zu einer erheblichen Komplexität führte, nur damit Gunicorn die Uvicorn-Workerprozesse verwaltet und neu startet.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 02 17:32:56 UTC 2025 - 33.6K bytes - Viewed (0) -
docs/en/data/topic_repos.yml
html_url: https://github.com/nsidnev/fastapi-realworld-example-app stars: 3050 owner_login: nsidnev owner_html_url: https://github.com/nsidnev - name: uvicorn-gunicorn-fastapi-docker html_url: https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker stars: 2911 owner_login: tiangolo owner_html_url: https://github.com/tiangolo - name: mcp-context-forge html_url: https://github.com/IBM/mcp-context-forge
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Mon Dec 01 13:17:29 UTC 2025 - 16K bytes - Viewed (0) -
docs/ru/docs/_llm-test.md
* схема безопасности * задача * фоновая задача * функция задачи * шаблон * шаблонизатор * аннотация типов * аннотация типов * воркер сервера * воркер Uvicorn * воркер Gunicorn * воркер-процесс * класс воркера * рабочая нагрузка * деплой * развернуть * SDK * набор средств разработки ПО * `APIRouter` * `requirements.txt` * токен Bearer
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Thu Dec 11 21:25:03 UTC 2025 - 17.5K bytes - Viewed (0) -
docs/es/docs/deployment/docker.md
/// note | Detalles Técnicos La imagen de Docker se creó cuando Uvicorn no soportaba gestionar y reiniciar workers muertos, por lo que era necesario usar Gunicorn con Uvicorn, lo que añadía bastante complejidad, solo para que Gunicorn gestionara y reiniciara los worker processes de Uvicorn.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 16 16:33:45 UTC 2025 - 32K bytes - Viewed (0) -
docs/de/docs/_llm-test.md
* der Task * der Hintergrundtask * die Taskfunktion * das Template * die Template-Engine * die Typannotation * der Typhinweis * der Serverworker * der Uvicorn-Worker * der Gunicorn-Worker * der Workerprozess * die Workerklasse * die Workload * das Deployment * deployen * das SDK * das Software Development Kit * der `APIRouter`
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 07:17:04 UTC 2025 - 12.6K bytes - Viewed (0) -
docs/en/docs/_llm-test.md
* the task * the background task * the task function * the template * the template engine * the type annotation * the type hint * the server worker * the Uvicorn worker * the Gunicorn Worker * the worker process * the worker class * the workload * the deployment * to deploy * the SDK * the software development kit * the `APIRouter`
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Thu Dec 11 14:48:47 UTC 2025 - 11.4K bytes - Viewed (0) -
docs/pt/docs/_llm-test.md
* a tarefa em segundo plano * a função da tarefa * o template * o mecanismo de template * a anotação de tipo * a anotação de tipo * o worker de servidor * o worker do Uvicorn * o Worker do Gunicorn * o processo worker * a classe de worker * a carga de trabalho * a implantação * implantar * o SDK * o kit de desenvolvimento de software * o `APIRouter`
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 10:17:03 UTC 2025 - 12.4K bytes - Viewed (0) -
docs/es/docs/_llm-test.md
* la tarea en segundo plano * la función de tarea * la plantilla * el motor de plantillas * la anotación de tipos * la anotación de tipos * el worker del servidor * el worker de Uvicorn * el Gunicorn Worker * el worker process * la worker class * la carga de trabajo * el despliegue * desplegar * el SDK * el kit de desarrollo de software * el `APIRouter`
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 16 16:16:35 UTC 2025 - 12.6K bytes - Viewed (0) -
docs/ru/docs/advanced/middleware.md
## Другие middleware { #other-middlewares } Существует много других ASGI middleware. Например: - <a href="https://github.com/encode/uvicorn/blob/master/uvicorn/middleware/proxy_headers.py" class="external-link" target="_blank">`ProxyHeadersMiddleware` от Uvicorn</a> - <a href="https://github.com/florimondmanca/msgpack-asgi" class="external-link" target="_blank">MessagePack</a>Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 6.6K bytes - Viewed (0) -
tests/test_tutorial/test_handling_errors/test_tutorial003.py
client = TestClient(app) def test_get(): response = client.get("/unicorns/shinny") assert response.status_code == 200, response.text assert response.json() == {"unicorn_name": "shinny"} def test_get_exception(): response = client.get("/unicorns/yolo") assert response.status_code == 418, response.text assert response.json() == {
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 3.2K bytes - Viewed (0)