N
Neon17mo ago
optimistic-gold

I forgot to leave a limit for payment and now my postgre just timeout... someone help

Is the error that is occurring due to a payment error? I had no limit on the card at the time of billing and today I'm trying to continue my code but the database is VERY SLOW and giving a lot of TIMEOUT Traceback (most recent call last): File "/application/.local/lib/python3.11/site-packages/asyncpg/connection.py", line 2329, in connect return await connect_utils._connect( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/application/.local/lib/python3.11/site-packages/asyncpg/connect_utils.py", line 991, in _connect conn = await _connect_addr( ^^^^^^^^^^^^^^^^^^^^ File "/application/.local/lib/python3.11/site-packages/asyncpg/connect_utils.py", line 828, in _connect_addr return await connect_addr(params, True, *args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/application/.local/lib/python3.11/site-packages/asyncpg/connect_utils.py", line 873, in connect_addr tr, pr = await connector ^^^^^^^^^^^^^^^ File "/application/.local/lib/python3.11/site-packages/asyncpg/connect_utils.py", line 744, in _create_ssl_connection tr, pr = await loop.create_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/asyncio/base_events.py", line 1069, in create_connection sock = await self._connect_sock( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/asyncio/base_events.py", line 973, in _connect_sock await self.sock_connect(sock, address) File "/usr/local/lib/python3.11/asyncio/selector_events.py", line 634, in sock_connect return await fut ^^^^^^^^^ asyncio.exceptions.CancelledError
1 Reply
correct-apricot
correct-apricot17mo ago
Hey Leandro - I see you've opened a support ticket to get help. Best to troubleshoot there.

Did you find this page helpful?