We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
on_message
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
Leek receives the following message:
Why is this happenning?
The text was updated successfully, but these errors were encountered: