- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 265 for Worker (0.04 sec)
-
docs/es/docs/deployment/server-workers.md
/// ## Múltiples Workers { #multiple-workers } Puedes iniciar múltiples workers con la opción de línea de comando `--workers`: //// tab | `fastapi` Si usas el comando `fastapi`: <div class="termy"> ```consoleRegistered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 16 16:33:45 UTC 2025 - 8.5K bytes - Viewed (0) -
docs/de/llm-prompt.md
««« # FastAPI in Containers - Docker { #fastapi-in-containers-docker } »»» Translate with (German) – notice the dash: ««« # FastAPI in Containern – Docker { #fastapi-in-containers-docker } »»» Do NOT translate with (German) – notice the hyphen: ««« # FastAPI in Containern - Docker { #fastapi-in-containers-docker } »»»Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Dec 26 09:39:53 UTC 2025 - 11.9K bytes - Viewed (0) -
docs/de/docs/deployment/server-workers.md
/// ## Mehrere Worker { #multiple-workers } Sie können mehrere Worker mit der `--workers`-Befehlszeilenoption starten: //// tab | `fastapi` Wenn Sie den `fastapi`-Befehl verwenden: <div class="termy"> ```console $ <font color="#4E9A06">fastapi</font> run --workers 4 <u style="text-decoration-style:solid">main.py</u>Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 02 17:32:56 UTC 2025 - 8.8K bytes - Viewed (0) -
docs/es/llm-prompt.md
* mount (verb): montar * statement (as in code statement): statement (do not translate to "declaración" or "sentencia") * worker process: worker process (do not translate to "proceso trabajador" or "proceso de trabajo") * worker processes: worker processes (do not translate to "procesos trabajadores" or "procesos de trabajo") * worker: worker (do not translate to "trabajador") * load balancer: load balancer (do not translate to "balanceador de carga")
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 16 16:33:45 UTC 2025 - 5.4K bytes - Viewed (0) -
docs/en/docs/deployment/server-workers.md
/// ## Multiple Workers { #multiple-workers } You can start multiple workers with the `--workers` command line option: //// tab | `fastapi` If you use the `fastapi` command: <div class="termy"> ```consoleRegistered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 8.3K bytes - Viewed (0) -
docs/ru/llm-prompt.md
* code base: кодовая база * instantiate: создать экземпляр (avoid "инстанцировать") * load balancer: балансировщик нагрузки * load balance: балансировка нагрузки * worker process: воркер-процесс (or `процесс воркера`) * worker: воркер * lifespan: lifespan (do not translate when it's about lifespan events, but translate as `жизненный цикл` or `срок жизни` in other cases) * mount (verb): монтировать
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Mon Oct 06 11:09:58 UTC 2025 - 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` * the `requirements.txt`
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/en/docs/deployment/concepts.md
/// tip Don't worry if some of these items about **containers**, Docker, or Kubernetes don't make a lot of sense yet. I'll tell you more about container images, Docker, Kubernetes, etc. in a future chapter: [FastAPI in Containers - Docker](docker.md){.internal-link target=_blank}. /// ## Previous Steps Before Starting { #previous-steps-before-starting }
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 18.6K bytes - Viewed (1) -
docs/es/docs/deployment/concepts.md
/// tip | Consejo No te preocupes si algunos de estos elementos sobre **contenedores**, Docker, o Kubernetes no tienen mucho sentido todavía. Te contaré más sobre imágenes de contenedores, Docker, Kubernetes, etc. en un capítulo futuro: [FastAPI en Contenedores - Docker](docker.md){.internal-link target=_blank}. /// ## Pasos Previos Antes de Iniciar { #previous-steps-before-starting }Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 16 16:33:45 UTC 2025 - 20.1K bytes - Viewed (0) -
docs/en/docs/deployment/docker.md
#### Docker Compose { #docker-compose } You could be deploying to a **single server** (not a cluster) with **Docker Compose**, so you wouldn't have an easy way to manage replication of containers (with Docker Compose) while preserving the shared network and **load balancing**. Then you could want to have **a single container** with a **process manager** starting **several worker processes** inside. ---Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Sep 20 12:58:04 UTC 2025 - 29.5K bytes - Viewed (1)