Created
May 30, 2024 17:36
-
-
Save Johnetordoff/ad01b07c9c0605beea4c92674337fc5b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[2024-05-30 17:30:21,851: INFO/MainProcess] sync with celery@878df8371eaa | |
[2024-05-30 17:30:21,969: ERROR/MainProcess] Received unregistered task of type 'addon_service.listeners.listen_to_queue_route'. | |
The message has been ignored and discarded. | |
Did you remember to import the module containing this task? | |
Or maybe you're using relative imports? | |
Please see | |
http://docs.celeryq.org/en/latest/internals/protocol.html | |
for more information. | |
The full contents of the message body was: | |
'[[], {}, {"callbacks": null, "errbacks": null, "chain": null, "chord": null}]' (77b) | |
Traceback (most recent call last): | |
File "/usr/lib/python3.6/site-packages/celery/worker/consumer/consumer.py", line 557, in on_task_received | |
strategy = strategies[type_] | |
KeyError: 'addon_service.listeners.listen_to_queue_route' | |
[2024-05-30 17:30:22,328: DEBUG/MainProcess] heartbeat_tick : for connection e6e4552f4fd9479bb4a16c0b50282d69 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment