diff --git a/crontask/management/commands/crontask.py b/crontask/management/commands/crontask.py index 7fa71ca..d8b3b61 100644 --- a/crontask/management/commands/crontask.py +++ b/crontask/management/commands/crontask.py @@ -87,7 +87,8 @@ def load_tasks(self, options): their tasks with the scheduler. """ for app in apps.get_app_configs(): - if app.name == "contask": + if app.name == "crontask": + # Our heartbeat is loaded earlier continue if app.ready: try: