I start xtas with:
celery -A xtas.tasks worker --loglevel=info --config=xtas_config.py
When xtas_config.py is not in my PYTHONPATH in the location that I am in and it therefore doesn't load the config file, it should have an understandable error message.
I start xtas with:
celery -A xtas.tasks worker --loglevel=info --config=xtas_config.py
When xtas_config.py is not in my PYTHONPATH in the location that I am in and it therefore doesn't load the config file, it should have an understandable error message.