runtime error
Exit code: 1. Reason: call last): File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 642, in kill_worker os.kill(pid, sig) ProcessLookupError: [Errno 3] No such process 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.9/site-packages/gunicorn/app/wsgiapp.py", line 67, in run WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run() File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 231, in run super().run() File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 72, in run Arbiter(self).run() File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 229, in run self.halt(reason=inst.reason, exit_status=inst.exit_status) File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 342, in halt self.stop() File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 390, in stop self.kill_workers(sig) File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 632, in kill_workers self.kill_worker(pid, sig) File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 647, in kill_worker worker.tmp.close() File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/workertmp.py", line 55, in close return self._tmp.close() File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 242, in handle_chld self.reap_workers() File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 513, in reap_workers wpid, status = os.waitpid(-1, os.WNOHANG) File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 242, in handle_chld self.reap_workers() File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 525, in reap_workers raise HaltServer(reason, self.WORKER_BOOT_ERROR) gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3>
Container logs:
Fetching error logs...