periodic tasks can only be started manually one time and never restarts by its own.
console says "Usage: celery worker [OPTIONS]
Try 'celery worker --help' for help.
Error: Invalid value for '-P' / '--pool': <class 'celery.concurrency.prefork.TaskPool'> is not one of 'prefork', 'eventlet', 'gevent', 'solo', 'processes', 'threads'."
Issue occurs only when deploying to dokku, in local containers it works just fine
periodic tasks can only be started manually one time and never restarts by its own. console says "Usage: celery worker [OPTIONS] Try 'celery worker --help' for help.
Error: Invalid value for '-P' / '--pool': <class 'celery.concurrency.prefork.TaskPool'> is not one of 'prefork', 'eventlet', 'gevent', 'solo', 'processes', 'threads'."
Issue occurs only when deploying to dokku, in local containers it works just fine