RamenDR / ramen

Apache License 2.0
70 stars 51 forks source link

Increase rate limits during tests #1463

Open nirs opened 2 weeks ago

nirs commented 2 weeks ago

We used the defaults which may be too low. In VRG controller we allow up to 10 events per seconds, with burst of up to 100 events per seconds. This may be enough for the tests, but since we use very low minimum internal, we may be blocked by the rate limiter and fail after 1 second timeout. To avoid this, use 5 times higher limits.

Local test logs: