Skip to content

[MSD benchmark] feat(uptime): Add ability to use queues to manage parallelism#5

Open
khaliqgant wants to merge 8 commits into
msd-benchmark-base/sentry/pr-95633from
msd-benchmark/sentry/pr-95633
Open

[MSD benchmark] feat(uptime): Add ability to use queues to manage parallelism#5
khaliqgant wants to merge 8 commits into
msd-benchmark-base/sentry/pr-95633from
msd-benchmark/sentry/pr-95633

Conversation

@khaliqgant

Copy link
Copy Markdown

MSD benchmark PR recreated from Martian Code Review Bench.

Source PR: getsentry#95633
Dataset: sentry
Original title: feat(uptime): Add ability to use queues to manage parallelism

One potential problem we have with batch processing is that any one slow item will clog up the whole batch. This pr implements a queueing method instead, where we keep N queues that each have their own workers. There's still a chance of individual items backlogging a queue, but we can try increased concurrency here to reduce the chances of that happening

wedamija added 8 commits July 16, 2025 12:42
One potential problem we have with batch processing is that any one slow item will clog up the whole batch. This pr implements a queueing method instead, where we keep N queues that each have their own workers. There's still a chance of individual items backlogging a queue, but we can try increased concurrency here to reduce the chances of that happening
@khaliqgant khaliqgant changed the base branch from master to msd-benchmark-base/sentry/pr-95633 May 15, 2026 14:58
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