In celery 5 the `--app` option must be used as a global option: `celery --app=... beat ...`. This was causing the worker to fail.
In celery 5 the `--app` option must be used as a global option: `celery --app=... beat ...`. This was causing the worker to fail.