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

Configurable read timeout for publishing #73

Open
magner669 opened this issue Jul 12, 2024 · 0 comments
Open

Configurable read timeout for publishing #73

magner669 opened this issue Jul 12, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@magner669
Copy link

Note AbstractHttpHelmChartPublisher.kt method createHttpClient.

It doesn't allow overriding the read timeout. The timeout in ok http is 10 seconds.

Thus if repository takes more than 10 seconds to send response, publish gradle task would fail.

Suggest to allow override of the timeout using a gradle property.

Plesee also document theb property along with the others

@magner669 magner669 added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Jul 12, 2024
@magner669 magner669 changed the title Build fails due to read timeout during publish to artifacrory Configurable read timeout for publishing Jul 12, 2024
@magner669 magner669 removed the help wanted Extra attention is needed label Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant