This document is for Celery's development version, which can be significantly different from previous releases. Get old docs here: 3.0.

celery.signals

celery.signals

This module defines the signals (Observer pattern) sent by both workers and clients.

Functions can be connected to these signals, and connected functions are called whenever a signal is called.

See Signals for more information.

Previous topic

celery.schedules

Next topic

celery.security

This Page