runtime error
Exit code: 1. Reason: error self.error_log.error(msg, *args, **kwargs) File "/usr/local/lib/python3.11/logging/__init__.py", line 1517, in error if self.isEnabledFor(ERROR): ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/logging/__init__.py", line 1746, in isEnabledFor if self.manager.disable >= level: ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/logging/__init__.py", line 1319, in disable @property File "/usr/local/lib/python3.11/site-packages/gunicorn/arbiter.py", line 241, in handle_chld self.reap_workers() File "/usr/local/lib/python3.11/site-packages/gunicorn/arbiter.py", line 529, in reap_workers raise HaltServer(reason, self.WORKER_BOOT_ERROR) gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3> During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/bin/gunicorn", line 8, in <module> sys.exit(run()) ^^^^^ File "/usr/local/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py", line 66, in run WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() File "/usr/local/lib/python3.11/site-packages/gunicorn/app/base.py", line 235, in run super().run() File "/usr/local/lib/python3.11/site-packages/gunicorn/app/base.py", line 71, in run Arbiter(self).run() File "/usr/local/lib/python3.11/site-packages/gunicorn/arbiter.py", line 228, in run self.halt(reason=inst.reason, exit_status=inst.exit_status) File "/usr/local/lib/python3.11/site-packages/gunicorn/arbiter.py", line 341, in halt self.stop() File "/usr/local/lib/python3.11/site-packages/gunicorn/arbiter.py", line 395, in stop time.sleep(0.1) File "/usr/local/lib/python3.11/site-packages/gunicorn/arbiter.py", line 241, in handle_chld self.reap_workers() File "/usr/local/lib/python3.11/site-packages/gunicorn/arbiter.py", line 529, in reap_workers raise HaltServer(reason, self.WORKER_BOOT_ERROR) gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3>
Container logs:
Fetching error logs...