-
Notifications
You must be signed in to change notification settings - Fork 80
Description
. broker -> redis://redis:6379//
. loader -> celery.loaders.app.AppLoader
. scheduler -> celery.beat.PersistentScheduler
. db -> ./db/celerybeat-schedule
. logfile -> [stderr]@%INFO
. maxinterval -> 5.00 minutes (300s)
2025-02-01 00:16:24,860 INFO success: gunicorn entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-02-01 00:16:24,861 INFO success: celery entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-02-01 00:16:24,861 INFO success: celery-beat entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
[2025-02-01 00:16:24 +0200] [27] [INFO] beat: Starting...
-------------- celery@3d003b236183 v5.4.0 (opalescent)
--- ***** -----
-- ******* ---- Linux-4.4.302+-x86_64-with-glibc2.31 2025-02-01 00:16:24
-
*** --- * ---
-
** ---------- [config]
-
** ---------- .> app: yamtrack:0x7f9a0b502850
-
** ---------- .> transport: redis://redis:6379//
-
** ---------- .> results:
-
*** --- * --- .> concurrency: 1 (prefork)
-- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)
--- ***** -----
-------------- [queues]
.> celery exchange=celery(direct) key=celery
[tasks]
. Import from AniList
. Import from Kitsu by user ID
. Import from Kitsu by username
. Import from MyAnimeList
. Import from SIMKL
. Import from TMDB
. Import from Trakt
. Import from Yamtrack
. Reload calendar
[2025-02-01 00:16:24 +0200] [26] [INFO] Connected to redis://redis:6379//
[2025-02-01 00:16:24 +0200] [26] [INFO] celery@3d003b236183 ready.
[2025-02-01 00:17:03 +0200] [25] [CRITICAL] WORKER TIMEOUT (pid:28)
[2025-02-01 00:17:03 +0200] [28] [ERROR] Error handling request (no URI read)
Traceback (most recent call last):
File "/usr/local/lib/python3.11/site-packages/gunicorn/workers/sync.py", line 133, in handle
req = next(parser)
^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/gunicorn/http/parser.py", line 41, in next
self.mesg = self.mesg_class(self.cfg, self.unreader, self.source_addr, self.req_count)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/gunicorn/http/message.py", line 259, in init
super().__init__(cfg, unreader, peer_addr)
File "/usr/local/lib/python3.11/site-packages/gunicorn/http/message.py", line 60, in init
unused = self.parse(self.unreader)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/gunicorn/http/message.py", line 271, in parse
self.get_data(unreader, buf, stop=True)
File "/usr/local/lib/python3.11/site-packages/gunicorn/http/message.py", line 262, in get_data
data = unreader.read()
^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/gunicorn/http/unreader.py", line 36, in read
d = self.chunk()
^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/gunicorn/http/unreader.py", line 63, in chunk
return self.sock.recv(self.mxchunk)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/gunicorn/workers/base.py", line 204, in handle_abort
sys.exit(1)
SystemExit: 1
[2025-02-01 00:17:03 +0200] [28] [INFO] Worker exiting (pid: 28)
[2025-02-01 00:17:03 +0200] [63] [INFO] Booting worker with pid: 63
[2025-02-01 00:19:36 +0200] [25] [CRITICAL] WORKER TIMEOUT (pid:63)
[2025-02-01 00:19:36 +0200] [63] [ERROR] Error handling request (no URI read)
Traceback (most recent call last):
File "/usr/local/lib/python3.11/site-packages/gunicorn/workers/sync.py", line 133, in handle
req = next(parser)
^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/gunicorn/http/parser.py", line 41, in next
self.mesg = self.mesg_class(self.cfg, self.unreader, self.source_addr, self.req_count)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/gunicorn/http/message.py", line 259, in init
super().__init__(cfg, unreader, peer_addr)
File "/usr/local/lib/python3.11/site-packages/gunicorn/http/message.py", line 60, in init
unused = self.parse(self.unreader)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/gunicorn/http/message.py", line 271, in parse
self.get_data(unreader, buf, stop=True)
File "/usr/local/lib/python3.11/site-packages/gunicorn/http/message.py", line 262, in get_data
data = unreader.read()
^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/gunicorn/http/unreader.py", line 36, in read
d = self.chunk()
^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/gunicorn/http/unreader.py", line 63, in chunk
return self.sock.recv(self.mxchunk)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/gunicorn/workers/base.py", line 204, in handle_abort
sys.exit(1)
SystemExit: 1
[2025-02-01 00:19:36 +0200] [63] [INFO] Worker exiting (pid: 63)
[2025-02-01 00:19:36 +0200] [183] [INFO] Booting worker with pid: 183
[2025-02-01 00:19:37 +0200] [183] [INFO] New user registered: marius at 192.168.48.1
Looks like version 0.18.0 not working anymore. Always get timeout.