runtime error
Exit code: 1. Reason: ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib/python3.12/site-packages/redis/lock.py", line 227, in acquire if self.do_acquire(token): ^^^^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib/python3.12/site-packages/redis/lock.py", line 243, in do_acquire if self.redis.set(self.name, token, nx=True, px=timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib/python3.12/site-packages/redis/commands/core.py", line 2305, in set return self.execute_command("SET", *pieces, **options) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib/python3.12/site-packages/redis/client.py", line 621, in execute_command return self._execute_command(*args, **options) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib/python3.12/site-packages/redis/client.py", line 627, in _execute_command conn = self.connection or pool.get_connection() ^^^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib/python3.12/site-packages/redis/utils.py", line 195, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib/python3.12/site-packages/redis/connection.py", line 1533, in get_connection connection.connect() File "/app/.venv/lib/python3.12/site-packages/redis/connection.py", line 380, in connect self.connect_check_health(check_health=True) File "/app/.venv/lib/python3.12/site-packages/redis/connection.py", line 403, in connect_check_health self.on_connect_check_health(check_health=check_health) File "/app/.venv/lib/python3.12/site-packages/redis/connection.py", line 475, in on_connect_check_health auth_response = self.read_response() ^^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib/python3.12/site-packages/redis/connection.py", line 672, in read_response raise response redis.exceptions.ResponseError: max requests limit exceeded. Limit: 500000, Usage: 500000. See https://upstash.com/docs/redis/troubleshooting/max_requests_limit for details
Container logs:
Fetching error logs...