-
Notifications
You must be signed in to change notification settings - Fork 44
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
DevSecOps : Identify Current Max Batch Concurrency #17002
Comments
Analyze Current Concurrency LimitsGoal: Understand the system's existing concurrency behavior and identify potential bottlenecks. Tasks:
|
Design and Execute Concurrency TestsGoal: Measure system performance while increasing the number of concurrent senders for different batch sizes. Tasks:
|
Analyze Results and Determine Concurrency ThresholdsGoal: Evaluate the performance metrics to identify the maximum concurrency levels for different batch sizes. Tasks:
|
Validate Findings in ProductionGoal: Test the identified concurrency thresholds in a controlled production environment. Tasks:
|
Monitoring Batch Concurrency Metrics1. Metrics to Monitor
2. KQL Queries for Monitoring Concurrency
|
Visualizing Concurrency Metrics
|
Objective:
Determine the maximum number of concurrent batches (senders) the system can handle without performance degradation, given different batch sizes.
Deliverables
Scope of Work: These were tasks I created as technical reference (draft) to organize our thoughts on important components to be reviewed during all the stages in these improvement efforts.
Note: They are not themselves issues created to address specific technical requirements and for that reason, I have closed them for now so they are not bloating the queues. Eventually, they can be reviewed and if it's decided, they can be re-activated to be part of the DevSecOps projects.
The text was updated successfully, but these errors were encountered: