Closed andyneff closed 5 years ago
celeryconfig.py should have an environment variable it checks, and then from that_env_var import *
celeryconfig.py
from that_env_var import *
This will allow an app to customize celery's behavior, just for that app.
This is already covered via TERRA_CELERY_CONF
TERRA_CELERY_CONF
celeryconfig.py
should have an environment variable it checks, and thenfrom that_env_var import *
This will allow an app to customize celery's behavior, just for that app.