Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Duin authored Apr 12, 2024
1 parent 35422f7 commit 729ce5d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions waggle-dance-extensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ Using a Redis backend server is supported by this module, it's up to the user to
The next example assumes a Redis Replicated Server is running using SSL and `auth_token` authentication.
Timeouts and retry are set lower than default to impact the Waggle Dance service.
The maximum latency this solution will add to a request in the following scenarios is:
1. Redis server down:
* Latency will be in low ms as `retryAttemps: 0`, the connection will immediately fail.
2. Redis server slow:
* Latency will be max `timeout: 1000` ms
* Redis server down:
* Latency will be in low ms as `retryAttemps: 0`, the connection will immediately fail.
* Redis server slow:
* Latency will be max `timeout: 1000` ms

Waggle Dance is configured to allow all requests in case of Rate Limiting Server failures.

Expand Down Expand Up @@ -69,4 +69,4 @@ For more configuration options and details please consult: [https://redisson.org
## Legal
This project is available under the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0.html).

Copyright 2016-2024 Expedia Inc.
Copyright 2016-2024 Expedia Inc.

0 comments on commit 729ce5d

Please sign in to comment.