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

Do not send all group message_ids with each message #79

Closed
antoinerabany opened this issue Mar 15, 2019 · 0 comments · Fixed by #82
Closed

Do not send all group message_ids with each message #79

antoinerabany opened this issue Mar 15, 2019 · 0 comments · Fixed by #82

Comments

@antoinerabany
Copy link
Member

We need the message_ids to get the results when doing group pipelines or when canceling on error.

These message_ids should be stored in Redis.

antoinerabany pushed a commit that referenced this issue Mar 20, 2019
previously each message of a group was containing all of the ids of
the others messages of the group. This was not scalable, and cause
memory error in RabbitMQ for big groups.

fix #79
antoinerabany pushed a commit that referenced this issue Mar 20, 2019
previously each message of a group was containing all of the ids of
the others messages of the group. This was not scalable, and cause
memory error in RabbitMQ for big groups.

fix #79
antoinerabany pushed a commit that referenced this issue Mar 20, 2019
previously each message of a group was containing all of the ids of
the others messages of the group. This was not scalable, and cause
memory error in RabbitMQ for big groups.

fix #79
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

Successfully merging a pull request may close this issue.

1 participant