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

[registry-facade] Adjust Redis defaults #10019

Merged
merged 1 commit into from
May 24, 2022
Merged

[registry-facade] Adjust Redis defaults #10019

merged 1 commit into from
May 24, 2022

Conversation

aledbf
Copy link
Member

@aledbf aledbf commented May 14, 2022

Description

Adjust default values related to retries and timeouts.

Release Notes

[registry-facade] Adjust Redis defaults

@aledbf
Copy link
Member Author

aledbf commented May 16, 2022

/werft run

👍 started the job as gitpod-build-aledbf-ro.1
(with .werft/ from main)

@aledbf aledbf marked this pull request as ready for review May 18, 2022 08:11
@aledbf aledbf requested a review from a team May 18, 2022 08:11
@github-actions github-actions bot added the team: workspace Issue belongs to the Workspace team label May 18, 2022
Comment on lines +306 to +311

MaxRetries: 10,
MinRetryBackoff: time.Millisecond * 100,
MaxRetryBackoff: time.Minute * 1,
ReadTimeout: time.Second * 30,
WriteTimeout: time.Second * 5,
Copy link
Contributor

Choose a reason for hiding this comment

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

These number makes sense to me. But if there are some basis to decide these number, I'd like to know.

@roboquat roboquat merged commit d1e7d83 into main May 24, 2022
@roboquat roboquat deleted the aledbf/ro branch May 24, 2022 09:28
@roboquat roboquat added deployed: workspace Workspace team change is running in production deployed Change is completely running in production labels May 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployed: workspace Workspace team change is running in production deployed Change is completely running in production release-note size/XS team: workspace Issue belongs to the Workspace team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants