Skip to content

Commit 840d862

Browse files
committed
Atomic Requests
Make all the requests atomic not just one of them.
1 parent 0cf35b7 commit 840d862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playbooks/roles/xqueue/defaults/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ xqueue_auth_config:
7979
PASSWORD: "{{ XQUEUE_MYSQL_PASSWORD }}"
8080
HOST: "{{ XQUEUE_MYSQL_HOST }}"
8181
PORT: "{{ XQUEUE_MYSQL_PORT }}"
82-
ATOMIC_REQUEST: True
82+
ATOMIC_REQUESTS: True
8383
RABBITMQ_USER: "{{ XQUEUE_RABBITMQ_USER }}"
8484
RABBITMQ_PASS: "{{ XQUEUE_RABBITMQ_PASS }}"
8585

0 commit comments

Comments
 (0)