Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strange messages in on_message #95

Open
pedrodevoto opened this issue Dec 4, 2024 · 0 comments
Open

Strange messages in on_message #95

pedrodevoto opened this issue Dec 4, 2024 · 0 comments

Comments

@pedrodevoto
Copy link

When I start tasks I see these kind of messages in the on_message handler, instead of the task events:

For example, if I invoke

dummy_task.delay(0)

Leek receives the following message:

message =  {'state': 'RECEIVED', 'content_type': 'application/json', 'delivery_tag': 394, 'body_length': 78, 'properties': {'correlation_id': '764d09db-493c-488c-b8d2-fbc12bb9764d'}, 'delivery_info': {'exchange': '', 'routing_key': 'celery'}}
body =  [[0], {}, {'callbacks': None, 'errbacks': None, 'chain': None, 'chord': None}]

Why is this happenning?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant