Fix tag performance by geomagilles · Pull Request #300 · infiniticio/infinitic · GitHub
Skip to content

Fix tag performance#300

Merged
geomagilles merged 5 commits into
mainfrom
fix_tag_performance
Apr 27, 2026
Merged

Fix tag performance#300
geomagilles merged 5 commits into
mainfrom
fix_tag_performance

Conversation

@geomagilles

Copy link
Copy Markdown
Collaborator

No description provided.

Restore batch buffering in WorkflowTagEngine while keeping paginated fan-out.
Group messages by workflow tag and name, flush tag mutations once, and buffer produced messages until batch processing finishes.
Process initial fan-outs immediately with paged ID reads, reuse page reads within a group, and only emit continuations when a next cursor exists.
Add tests for mixed batches, custom-id dispatch buffering, shared page reads, and storage interaction counts.
…rvice event envelope, and service executor envelope
@geomagilles geomagilles merged commit 707ecea into main Apr 27, 2026
3 checks passed
@geomagilles geomagilles deleted the fix_tag_performance branch April 27, 2026 13:14
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