Skip to content

Filter out redundant application.user_membership.add events#114

Open
johnallers wants to merge 4 commits into
mainfrom
jallers/filter-job-events
Open

Filter out redundant application.user_membership.add events#114
johnallers wants to merge 4 commits into
mainfrom
jallers/filter-job-events

Conversation

@johnallers
Copy link
Copy Markdown
Contributor

@johnallers johnallers commented Aug 25, 2025

Every event where a group is added to an application also triggers an application.user_membership.add events for every group user. All of that information is redundant, so we should ignore it.

Caveat: This may not be entirely safe to do as there may be other flows that trigger user_membership.add events via jobs, but we should fall back to full syncs to get those updates.

@johnallers johnallers requested a review from mj-palanker August 25, 2025 19:55
cursor[bot]

This comment was marked as outdated.

cursor[bot]

This comment was marked as outdated.

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 this pull request may close these issues.

2 participants