Celery Signals API

Signals API for hooking into Celery lifecycle events including task, worker, beat, and consumer signals to build extensions and observability.

API entry from apis.yml

apis.yml Raw ↑
aid: celery:celery-signals-api
name: Celery Signals API
tags:
- Signals
- Events
- Extensions
humanURL: https://docs.celeryq.dev/en/stable/userguide/signals.html
properties:
- url: https://docs.celeryq.dev/en/stable/userguide/signals.html
  type: Documentation
- url: https://docs.celeryq.dev/en/stable/reference/celery.signals.html
  type: Reference
description: Signals API for hooking into Celery lifecycle events including task, worker, beat, and consumer
  signals to build extensions and observability.