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

feat(proxy): add batching to cancellation queue processing #10607

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

conradludgate
Copy link
Contributor

@conradludgate conradludgate commented Jan 31, 2025

We recently deployed the cancellation queue. The size of the queue makes me uncomfortable so I'd like to implement batching+pipelining ASAP.

The queue size seems fine. I read the graphs wrong.

Copy link

github-actions bot commented Jan 31, 2025

7414 tests run: 7061 passed, 0 failed, 353 skipped (full report)


Flaky tests (1)

Postgres 17

Code coverage* (full report)

  • functions: 33.3% (8513 of 25537 functions)
  • lines: 49.1% (71507 of 145543 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
aff3fb5 at 2025-01-31T18:51:42.713Z :recycle:

}
}
}

// Running as a separate task to accept messages through the rx channel
// In case of problems with RTT: switch to recv_many() + redis pipeline
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

now we can remove this line :)

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