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.
См.также
Сигналы for more information.