use default queue for now

This commit is contained in:
dandds
2018-10-15 11:35:06 -04:00
parent 95ad71605d
commit 40317a06a4
2 changed files with 2 additions and 3 deletions

View File

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