-
Notifications
You must be signed in to change notification settings - Fork 19
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
Fix duplicate events on events page #3053
Conversation
49296f9
to
be3371b
Compare
be3371b
to
a498ecf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, with the example you provided it seems to be working, and in theory, it should work with prod's data, so I guess it's good to go!
Thanks for the input @ArmandoGraterol . Do you think I should look in adding this in Actions Page too? Doesn't think the a bug has showed there yet, but might be good for -guard railing- in the future? Will look into it |
I haven't seen that happen in the action list, so I don't think it's necessary right now but if it doesn't hurt performance then you can try adding it there too |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to be working. I agree with Armando that we shouldn't change anything in the ActionsList because the logic there is a bit different.
a498ecf
to
4fe6122
Compare
4fe6122
to
9035982
Compare
Description
Otherwise, we can introduce artificially duplicate streamedEvents at the new Set:
and see if Set catches and removes 'em.
Changes 🏗
Minor cosmetic changes ⚰️
TODO
Resolves #3045