7 months ago
You reached the start of the range
Sep 2, 2025, 11:15 AM
Starting Container
[2025-09-02 05:49:02 +0000] [1] [INFO] Starting gunicorn 23.0.0
[2025-09-02 05:49:02 +0000] [1] [INFO] Listening at: http://0.0.0.0:8080 (1)
[2025-09-02 05:49:02 +0000] [1] [INFO] Using worker: sync
[2025-09-02 05:49:02 +0000] [2] [INFO] Booting worker with pid: 2
[2025-09-02 05:49:02 +0000] [2] [ERROR] Exception in worker process
Traceback (most recent call last):
File "/app/.venv/lib/python3.11/site-packages/gunicorn/arbiter.py", line 608, in spawn_worker
worker.init_process()
File "/app/.venv/lib/python3.11/site-packages/gunicorn/workers/base.py", line 135, in init_process
self.load_wsgi()
File "/app/.venv/lib/python3.11/site-packages/gunicorn/workers/base.py", line 147, in load_wsgi
self.wsgi = self.app.wsgi()
^^^^^^^^^^^^^^^
File "/app/.venv/lib/python3.11/site-packages/gunicorn/app/base.py", line 66, in wsgi
self.callable = self.load()
^^^^^^^^^^^
File "/app/.venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py", line 57, in load
return self.load_wsgiapp()
^^^^^^^^^^^^^^^^^^^
File "/app/.venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py", line 47, in load_wsgiapp
return util.import_app(self.app_uri)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/.venv/lib/python3.11/site-packages/gunicorn/util.py", line 370, in import_app
mod = importlib.import_module(module)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/mise/installs/python/3.11.13/lib/python3.11/importlib/__init__.py", line 126, in import_module
return bootstrap.gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1204, in gcdimport
File "<frozen importlib._bootstrap>", line 1176, in findand_load
2 Replies
7 months ago
Hey there! We've found the following might help you get unblocked faster:
If you find the answer from one of these, please let us know by solving the thread!
7 months ago
@jaswanth1103 is this a Django app, or something else? Can you share the git repo or code somehow?
Or can you share the full snippet of logs? This is cut off, so we can't really debug it fully.