Skip to content

feat(aci): Separate Buffer for Workflows #97549

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

feat(aci): Separate Buffer for Workflows #97549

wants to merge 1 commit into from

Conversation

kcons
Copy link
Member

@kcons kcons commented Aug 9, 2025

Buffer reliability is critical and has been proven to be a potential stability risk as we scale up.
To allow Workflows infrastructure to fail without impacting the legacy system and to enable the use
of newer backends without migrating live load, it's helpful to give Workflows it's own Buffer.

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Aug 9, 2025
Copy link

codecov bot commented Aug 9, 2025

Codecov Report

❌ Patch coverage is 94.23077% with 3 lines in your changes missing coverage. Please review.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/sentry/workflow_engine/buffer/__init__.py 83.33% 2 Missing ⚠️
.../sentry/workflow_engine/tasks/delayed_workflows.py 83.33% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master   #97549   +/-   ##
=======================================
  Coverage   80.62%   80.62%           
=======================================
  Files        8560     8561    +1     
  Lines      376889   376895    +6     
  Branches    24538    24538           
=======================================
+ Hits       303870   303875    +5     
- Misses      72649    72650    +1     
  Partials      370      370           

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant