Created
December 26, 2018 14:04
-
-
Save Deniallugo/17544db8ec06195a50d9f9dbcdcd63f3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
web_1 | 2018-12-26 14:02:42,287 - asyncio - ERROR - Task was destroyed but it is pending! | |
web_1 | source_traceback: Object created at (most recent call last): | |
web_1 | File "/usr/local/bin/gunicorn", line 11, in <module> | |
web_1 | sys.exit(run()) | |
web_1 | File "/usr/local/lib/python3.7/site-packages/gunicorn/app/wsgiapp.py", line 61, in run | |
web_1 | WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run() | |
web_1 | File "/usr/local/lib/python3.7/site-packages/gunicorn/app/base.py", line 223, in run | |
web_1 | super(Application, self).run() | |
web_1 | File "/usr/local/lib/python3.7/site-packages/gunicorn/app/base.py", line 72, in run | |
web_1 | Arbiter(self).run() | |
web_1 | File "/usr/local/lib/python3.7/site-packages/gunicorn/arbiter.py", line 203, in run | |
web_1 | self.manage_workers() | |
web_1 | File "/usr/local/lib/python3.7/site-packages/gunicorn/arbiter.py", line 545, in manage_workers | |
web_1 | self.spawn_workers() | |
web_1 | File "/usr/local/lib/python3.7/site-packages/gunicorn/arbiter.py", line 616, in spawn_workers | |
web_1 | self.spawn_worker() | |
web_1 | File "/usr/local/lib/python3.7/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker | |
web_1 | worker.init_process() | |
web_1 | File "/usr/local/lib/python3.7/site-packages/aiohttp/worker.py", line 49, in init_process | |
web_1 | super().init_process() | |
web_1 | File "/usr/local/lib/python3.7/site-packages/gunicorn/workers/base.py", line 134, in init_process | |
web_1 | self.run() | |
web_1 | File "/usr/local/lib/python3.7/site-packages/aiohttp/worker.py", line 63, in run | |
web_1 | self._task = self.loop.create_task(self._run()) | |
web_1 | task: <Task pending coro=<GunicornWebWorker._run() running at /usr/local/lib/python3.7/site-packages/aiohttp/worker.py:101> wait_for=<_GatheringFuture pending cb=[<TaskWakeupMethWrapper object at 0x7f1b53bf5768>()] created at /usr/local/lib/python3.7/asyncio/tasks.py:611> created at /usr/local/lib/python3.7/site-packages/aiohttp/worker.py:63> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment