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

Event-level report prioritization and deduplication interact unintuitively #1401

Open
apasel422 opened this issue Aug 27, 2024 · 0 comments
Open
Labels
compat issue that may affect web compatibility Looking for feedback

Comments

@apasel422
Copy link
Collaborator

Consider the following scenario:

  1. A source S is registered with max_event_level_reports = 1.
  2. A trigger T1 with dedup key D1 and priority 100 is attributed to S, creating report R1.
  3. A trigger T2 with dedup key D2 and priority 200 is attributed to S, causing R1 to be replaced with a new report R2.
  4. A trigger T3 with dedup key D1 and priority 300 is attributed to S. No report is created, because the dedup key D1 is still associated with S.

This might be surprising behavior, as arguably D1 should have been deleted when R1 was.

@apasel422 apasel422 added Looking for feedback compat issue that may affect web compatibility labels Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compat issue that may affect web compatibility Looking for feedback
Projects
None yet
Development

No branches or pull requests

1 participant