VisionSystemsInc / terra

Terra - Run your algorithm anywhere on earth
MIT License
0 stars 3 forks source link

Celery app customization #6

Closed andyneff closed 5 years ago

andyneff commented 5 years ago

celeryconfig.py should have an environment variable it checks, and then from that_env_var import *

This will allow an app to customize celery's behavior, just for that app.

andyneff commented 5 years ago

This is already covered via TERRA_CELERY_CONF