restore environment-based queue names

This commit is contained in:
dandds
2018-10-15 16:11:14 -04:00
parent e5f588e032
commit 8a207b3bc6
3 changed files with 5 additions and 2 deletions

View File

@@ -98,6 +98,7 @@ def map_config(config):
"default", "PERMANENT_SESSION_LIFETIME"
),
"RQ_REDIS_URL": config["default"]["REDIS_URI"],
"RQ_QUEUES": ["atat_{}".format(ENV.lower())],
}