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

Give access to message metadata for consumers #3

Open
Haifischbecken opened this issue Sep 13, 2022 · 0 comments
Open

Give access to message metadata for consumers #3

Haifischbecken opened this issue Sep 13, 2022 · 0 comments

Comments

@Haifischbecken
Copy link
Contributor

Currently consumers only recieve the message of the body. This is a problem because:

  1. Routing keys can give information about how to handle the message.
  2. Long running handling (like training a neural network) should ack the message before starting the task to avoid timeout.

Current work around: Use the get_message() method in a loop to get the whole message.

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