runtime error
Exit code: 1. Reason: File "/home/user/.local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 201, in run self.manage_workers() File "/home/user/.local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 570, in manage_workers self.spawn_workers() File "/home/user/.local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 642, in spawn_workers time.sleep(0.1 * random.random()) File "/home/user/.local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 241, in handle_chld self.reap_workers() File "/home/user/.local/lib/python3.9/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 "/home/user/.local/bin/gunicorn", line 8, in <module> sys.exit(run()) File "/home/user/.local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 66, in run WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() File "/home/user/.local/lib/python3.9/site-packages/gunicorn/app/base.py", line 235, in run super().run() File "/home/user/.local/lib/python3.9/site-packages/gunicorn/app/base.py", line 71, in run Arbiter(self).run() File "/home/user/.local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 228, in run self.halt(reason=inst.reason, exit_status=inst.exit_status) File "/home/user/.local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 341, in halt self.stop() File "/home/user/.local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 395, in stop time.sleep(0.1) File "/home/user/.local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 241, in handle_chld self.reap_workers() File "/home/user/.local/lib/python3.9/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...