Commit 0cf35b71 by Feanil Patel

Merge pull request #2530 from edx/feanil/fix_xqueue

Make request atomic.
parents b6602d62 610f98b0
......@@ -79,6 +79,7 @@ xqueue_auth_config:
PASSWORD: "{{ XQUEUE_MYSQL_PASSWORD }}"
HOST: "{{ XQUEUE_MYSQL_HOST }}"
PORT: "{{ XQUEUE_MYSQL_PORT }}"
ATOMIC_REQUEST: True
RABBITMQ_USER: "{{ XQUEUE_RABBITMQ_USER }}"
RABBITMQ_PASS: "{{ XQUEUE_RABBITMQ_PASS }}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment