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

fix: update the default timeout value for healthcheck consistency with Fastly App (UI) #827

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

remore
Copy link
Member

@remore remore commented Apr 8, 2024

Currently timeout value for healthcheck is inconsistent with Fastly App (it's by default 5000ms in Fastly App source, while with terraform it's set to 500). This PR addresses this issue. Although It's not a burning issue (ie there is a workaround for this - just by explicitly setting timeout value user can work around), given it's pretty much common to implicitly set value upon managing resources through Terraform, this could be easily a pitfall for developers who are familiar with Fastly/VCL. Also, with just a 500ms timeuout, it's possible that healthcheck request configured with this default timeout value will just fail depending on where and how this healthcheck will be done.

Fixes #825.

@Integralist
Copy link
Collaborator

Thanks @remore

@Integralist Integralist added the enhancement New feature or request label Apr 8, 2024
@Integralist Integralist merged commit af30139 into fastly:main Apr 8, 2024
9 checks passed
@remore
Copy link
Member Author

remore commented Apr 8, 2024

Thanks for merging and fixing this! 🙌 🙇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Default origin healthcheck timeout seconds is too short
2 participants