runtime error

Exit code: 3. Reason: l_state: File "/usr/local/lib/python3.11/contextlib.py", line 210, in __aenter__ return await anext(self.gen) ^^^^^^^^^^^^^^^^^^^^^ File "/app/pathways/api/main.py", line 64, in lifespan get_app() File "/app/pathways/graph.py", line 176, in get_app _APP = build_graph() ^^^^^^^^^^^^^ File "/app/pathways/graph.py", line 164, in build_graph return workflow.compile(checkpointer=get_checkpointer()) ^^^^^^^^^^^^^^^^^^ File "/app/pathways/sessions/checkpointer.py", line 69, in get_checkpointer _CHECKPOINTER = _make_postgres_checkpointer() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/pathways/sessions/checkpointer.py", line 126, in _make_postgres_checkpointer saver.setup() File "/usr/local/lib/python3.11/site-packages/langgraph/checkpoint/postgres/__init__.py", line 92, in setup with self._cursor() as cur: File "/usr/local/lib/python3.11/contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/langgraph/checkpoint/postgres/__init__.py", line 413, in _cursor with self.lock, _internal.get_connection(self.conn) as conn: File "/usr/local/lib/python3.11/contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/langgraph/checkpoint/postgres/_internal.py", line 18, in get_connection with conn.connection() as conn: File "/usr/local/lib/python3.11/contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/psycopg_pool/pool.py", line 184, in connection conn = self.getconn(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/psycopg_pool/pool.py", line 218, in getconn raise PoolTimeout( psycopg_pool.PoolTimeout: couldn't get a connection after 30.00 sec ERROR: Application startup failed. Exiting.

Container logs:

Fetching error logs...