paltryeffort
Results
2
comments of
paltryeffort
I see the same issue using Azure Storage (RA-GRS). I am running v0.28. I tried serveral settings like --consistency-delay=30m and 10m but now I have `--consistency-delay=5s` running for 5 days...
Hi, I tried to use txn like this: ``` curl --insecure --header "X-Consul-Token: abc123" \ --request PUT \ -H "Content-Type: application/json" \ -d '[{ "KV": {"Verb": "get-tree","Key": "service"} }]' \...