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

Allow to configure a value of maximum retry attempts #629

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jordeu
Copy link

@jordeu jordeu commented May 19, 2021

Description

At the current implementation it is not possible to set the AWS max_attempts variable, and the default value is always use. On some scenarios with high concurrency the default value is too low and many errors arise.

At this pull request, if the environment variable AWS_MAX_ATTEMPTS is defined it will be use instead of the default value. This allows to increase the retries and then Goofys can handle this high concurrent scenarios without any problem.

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.

None yet

1 participant