Issue Summary

Hi guys, im new on redash and try to instal redash env on GKE instance, everything is good on instalation until i got this kind of error , the redash nginx down too because to many 302 request from redash server

[2020-11-12 02:17:24,283][PID:46][WARNING][flask-limiter] ratelimit 50 per 1 hour (10.18.5.1) exceeded at endpoint: redash.login
[2020-11-12 02:17:24,284][PID:46][INFO][metrics] method=GET path=/login endpoint=redash_login status=429 content_type=text/html content_length=141 duration=2.74 query_count=0 query_duration=0.00
[2020-11-12 02:17:28,871][PID:46][INFO][metrics] method=GET path=/ endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=293 duration=0.62 query_count=0 query_duration=0.00
[2020-11-12 02:17:28,876][PID:46][WARNING][flask-limiter] ratelimit 50 per 1 hour (10.18.5.1) exceeded at endpoint: redash.login
[2020-11-12 02:17:28,877][PID:46][INFO][metrics] method=GET path=/login endpoint=redash_login status=429 content_type=text/html content_length=141 duration=1.48 query_count=0 query_duration=0.00
[2020-11-12 02:17:34,278][PID:46][INFO][metrics] method=GET path=/ endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=293 duration=0.65 query_count=0 query_duration=0.00
[2020-11-12 02:17:34,284][PID:46][WARNING][flask-limiter] ratelimit 50 per 1 hour (10.18.5.1) exceeded at endpoint: redash.login
[2020-11-12 02:17:34,285][PID:46][INFO][metrics] method=GET path=/login endpoint=redash_login status=429 content_type=text/html content_length=141 duration=3.17 query_count=0 query_duration=0.00
[2020-11-12 02:23:48,873][PID:46][INFO][metrics] method=GET path=/ endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=293 duration=0.65 query_count=0 query_duration=0.00
[2020-11-12 02:23:48,880][PID:46][WARNING][flask-limiter] ratelimit 50 per 1 hour (10.18.5.1) exceeded at endpoint: redash.login
[2020-11-12 02:23:48,882][PID:46][INFO][metrics] method=GET path=/login endpoint=redash_login status=429 content_type=text/html content_length=141 duration=3.18 query_count=0 query_duration=0.00
[2020-11-12 02:23:58,873][PID:46][INFO][metrics] method=GET path=/ endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=293 duration=0.60 query_count=0 query_duration=0.00
[2020-11-12 02:23:58,882][PID:46][WARNING][flask-limiter] ratelimit 50 per 1 hour (10.18.5.1) exceeded at endpoint: redash.login
[2020-11-12 02:23:58,886][PID:46][INFO][metrics] method=GET path=/login endpoint=redash_login status=429 content_type=text/html content_length=141 duration=6.52 query_count=0 query_duration=0.00
[2020-11-12 02:24:08,876][PID:46][INFO][metrics] method=GET path=/ endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=293 duration=0.65 query_count=0 query_duration=0.00
[2020-11-12 02:24:08,885][PID:46][WARNING][flask-limiter] ratelimit 50 per 1 hour (10.18.5.1) exceeded at endpoint: redash.login
[2020-11-12 02:24:08,886][PID:46][INFO][metrics] method=GET path=/login endpoint=redash_login status=429 content_type=text/html content_length=141 duration=3.55 query_count=0 query_duration=0.00
[2020-11-12 02:24:18,874][PID:46][INFO][metrics] method=GET path=/ endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=293 duration=0.96 query_count=0 query_duration=0.00
[2020-11-12 02:24:18,879][PID:46][WARNING][flask-limiter] ratelimit 50 per 1 hour (10.18.5.1) exceeded at endpoint: redash.login

Technical details:

thank you

Did you try modifying the rate limiter settings? You can find them here.