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

dedicated event bus per team in child accounts (#165) #249

Merged
merged 1 commit into from
Jan 22, 2024
Merged

Conversation

cnfait
Copy link
Contributor

@cnfait cnfait commented Jan 22, 2024

Issue #, if available:
#165

Description of changes:
The hard limit for number of rules on an event bus is fairly low (2000). SDLF makes extensive use of rules in pipelines, thus hitting the limit quickly. To avoid this, teams now use a dedicated event bus. AWS events are forwarded to it with a rule on the default event bus.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

the hard limit for number of rules on an event bus is fairly low (2000)

sdlf makes extensive use of rules in pipelines, thus hitting the limit quickly

to avoid this, teams now use a dedicated event bus. AWS events are forwarded to it.
@cnfait cnfait self-assigned this Jan 22, 2024
@cnfait cnfait merged commit 19221bf into main Jan 22, 2024
3 checks passed
@cnfait cnfait deleted the team-eventbus branch January 22, 2024 14:36
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.

1 participant