Celery Worker API

Worker API for executing distributed tasks with configurable concurrency (prefork, gevent, eventlet, solo, threads), autoscaling, remote control, and signal handling.

API entry from apis.yml

apis.yml Raw ↑
aid: celery:celery-worker-api
name: Celery Worker API
tags:
- Worker
- Execution
- Concurrency
humanURL: https://docs.celeryq.dev/en/stable/userguide/workers.html
properties:
- url: https://docs.celeryq.dev/en/stable/userguide/workers.html
  type: Documentation
- url: https://docs.celeryq.dev/en/stable/reference/celery.worker.html
  type: Reference
description: Worker API for executing distributed tasks with configurable concurrency (prefork, gevent,
  eventlet, solo, threads), autoscaling, remote control, and signal handling.