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 longer to download nexus package #434

Open
alyssaruth opened this issue Oct 31, 2024 · 0 comments · May be fixed by #435
Open

Allow longer to download nexus package #434

alyssaruth opened this issue Oct 31, 2024 · 0 comments · May be fixed by #435

Comments

@alyssaruth
Copy link

When downloading the nexus package, this role uses the the ansible built-in for get_url. The default timeout for this is only 10 seconds: https://docs.ansible.com/ansible/latest/collections/ansible/builtin/get_url_module.html#parameter-timeout.

The nexus packages are pretty large - e.g. nexus-3.73.0-12-unix.tar.gz is 236.4 MB. On slower connections, this can easily take longer than 10 seconds to download. I think the default should be higher - e.g. 1 minute - and it could also be exposed as a configuration option alongside the existing nexus_download_retries one.

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 a pull request may close this issue.

1 participant