This document describes the current stable version of Celery (4.2). For development docs, go here.

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 also

Signals for more information.