We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6f095e commit aedd7e6Copy full SHA for aedd7e6
1 file changed
taskbadger/systems/celery.py
@@ -11,3 +11,6 @@ def __init__(self, auto_track_tasks=True):
11
`taskbadger.celery.Task` base class.
12
"""
13
self.auto_track_tasks = auto_track_tasks
14
+ if auto_track_tasks:
15
+ # Importing this here ensures that the Celery signal handlers are registered
16
+ import taskbadger.celery # noqa
0 commit comments