zulip / docker-zulip

Container configurations, images, and examples for Zulip.
https://zulip.com/
Apache License 2.0
550 stars 227 forks source link

Error 429 when trying to create an organization after install #398

Open acasanova99 opened 1 year ago

acasanova99 commented 1 year ago

I have explained the issue here: https://chat.zulip.org/#narrow/stream/31-production-help/topic/.E2.9C.94.20Error.20429.20.28Too.20Many.20Request.29.20After.20creating.20the.20first.20o.2E.2E.2E.

I have already solve the issue but I think that it would be interesting to add the following environment variable to the zulip container, just to avoid this error.

RATE_LIMITING_RULES='{"api_by_ip":[(60, 100),],}'