Celery Task API

Core API for defining and executing distributed tasks in Celery. Supports task decorators, retries, timeouts, rate limiting, and custom task classes.

API entry from apis.yml

apis.yml Raw ↑
aid: celery:celery-task-api
name: Celery Task API
tags:
- Python
- Task Queue
- Tasks
humanURL: https://docs.celeryq.dev/en/stable/userguide/tasks.html
properties:
- url: https://docs.celeryq.dev/en/stable/userguide/tasks.html
  type: Documentation
- url: https://docs.celeryq.dev/en/stable/reference/celery.app.task.html
  type: Reference
- url: https://docs.celeryq.dev/en/stable/getting-started/
  type: GettingStarted
description: Core API for defining and executing distributed tasks in Celery. Supports task decorators,
  retries, timeouts, rate limiting, and custom task classes.