Skip to content

perf(tickets): reduce close workflow latency#613

Merged
Sayrix merged 1 commit into
mainfrom
perf/reduce-ticket-close-latency
Jul 1, 2026
Merged

perf(tickets): reduce close workflow latency#613
Sayrix merged 1 commit into
mainfrom
perf/reduce-ticket-close-latency

Conversation

@Sayrix

@Sayrix Sayrix commented Jul 1, 2026

Copy link
Copy Markdown
Owner

Closing a ticket was unnecessarily waiting for every progress message to finish updating before continuing.

This change keeps those updates coalesced and sends them without blocking the close workflow. It also fetches the opener and claimer while the transcript is being generated instead of waiting until afterward.

In testing, ticket closing improved from 6.62s to 4.04s.

@Sayrix Sayrix merged commit dbf4577 into main Jul 1, 2026
4 checks passed
@Sayrix Sayrix deleted the perf/reduce-ticket-close-latency branch July 1, 2026 22:10
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