Commit 840d8624 by Feanil Patel

Atomic Requests

Make all the requests atomic not just one of them.
parent 0cf35b71
......@@ -79,7 +79,7 @@ xqueue_auth_config:
PASSWORD: "{{ XQUEUE_MYSQL_PASSWORD }}"
HOST: "{{ XQUEUE_MYSQL_HOST }}"
PORT: "{{ XQUEUE_MYSQL_PORT }}"
ATOMIC_REQUEST: True
ATOMIC_REQUESTS: 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