set default task queue name based on ATAT environment

This commit is contained in:
dandds
2018-10-12 11:20:14 -04:00
parent 4b8c017d49
commit 95ad71605d
4 changed files with 10 additions and 3 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())],
}