Open nrobinsonwall-dare opened 5 months ago
Hi Nick,
Thanks for opening this. I believe the cause of this is that you're trying to run the discover command while using the django_celery_beat
scheduler, which unfortunately is not supported.
It should, at a minimum, raise a better error message, however I'd love to support this better for other Djang/Celery devs. We would welcome a pull request!
Hello! I'm having the following issue where cronitor-python is attempting to inject headers into tasks on startup, but it's failing to look up tasks in the registry:
This is causing it not to register schedules for tasks on celery startup (though actual task executions are being captured)