Celery Config With Environment Variables
I am a strong proponent of strict separation of config from code. This means that my preferred app configuration is via environment variables (env vars). Env vars are easy to change between deploys. They do not require code changes. Env vars are lang...
Mar 13, 20234 min read7.4K


