runtime error

Exit code: 1. Reason: >", line 940, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/app/backend/open_webui/main.py", line 60, in <module> from open_webui.utils.asgi_middleware import ( File "/app/backend/open_webui/utils/asgi_middleware.py", line 45, in <module> from open_webui.internal.db import ScopedSession File "/app/backend/open_webui/internal/db.py", line 174, in <module> handle_peewee_migration(DATABASE_URL) File "/app/backend/open_webui/internal/db.py", line 153, in handle_peewee_migration db = register_connection(normalized_url.replace('postgresql://', 'postgres://')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/backend/open_webui/internal/wrappers.py", line 76, in register_connection db.connect(reuse_if_open=True) File "/usr/local/lib/python3.11/site-packages/peewee.py", line 3262, in connect with __exception_wrapper__: File "/usr/local/lib/python3.11/site-packages/peewee.py", line 3088, in __exit__ reraise(new_type, new_type(exc_value, *exc_args), traceback) File "/usr/local/lib/python3.11/site-packages/peewee.py", line 196, in reraise raise value.with_traceback(tb) File "/usr/local/lib/python3.11/site-packages/peewee.py", line 3263, in connect self._state.set_connection(self._connect()) ^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/peewee.py", line 4001, in _connect conn = psycopg2.connect(**params) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/psycopg2/__init__.py", line 122, in connect conn = _connect(dsn, connection_factory=connection_factory, **kwasync) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ peewee.OperationalError: connection to server at "ep-small-sun-a1jd2kyu.ap-southeast-1.aws.neon.tech" (13.228.184.177), port 5432 failed: ERROR: Your account or project has exceeded the compute time quota. Upgrade your plan to increase limits.

Container logs:

Fetching error logs...