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

Set default RU throughput for Production workload accounts to be 10k #2070

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

asier-isayas
Copy link
Collaborator

@asier-isayas asier-isayas commented Mar 6, 2025

@asier-isayas asier-isayas requested a review from a team as a code owner March 6, 2025 21:01
jawelton74
jawelton74 previously approved these changes Mar 7, 2025
: AutoPilotUtils.autoPilotThroughput4K;
) {
defaultThroughput = AutoPilotUtils.autoPilotThroughput1K;
} else if (getWorkloadType() === Constants.WorkloadType.Production) {

Choose a reason for hiding this comment

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

Can we extract getWorkloadType() to a variable as it is getting executed 2 times.

@nishthaAhujaa nishthaAhujaa self-assigned this Mar 7, 2025
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.

4 participants