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

boilerplate comment is not mandatory #6

Merged
merged 1 commit into from
Jul 6, 2021

Conversation

smaeda-ks
Copy link
Collaborator

https://developer.fastly.com/reference/vcl/subroutines/#concatenation

Built-in subroutines with the same name are automatically concatenated in the order the compiler encounters them.

There are valid use cases to not include Fastly's code macros if it's intended to be concatenated. Therefore, Severity should be WARNING.

and so Severity should be WARNING rather than ERROR
Copy link
Owner

@ysugimoto ysugimoto left a comment

Choose a reason for hiding this comment

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

Thanks, it would be nice 👍

@ysugimoto ysugimoto merged commit 4ae800e into ysugimoto:main Jul 6, 2021
davinci26 added a commit to davinci26/falco that referenced this pull request Jul 21, 2022
* Add warning for backend health check prober

If the backend prober has an initial value that is less than the threshold
then when the backend is loaded the initial health checks will not be sufficient
to mark it as healthy.

As such the backend will be considered unhealthy at startup.

I know that it doesnt follow the spec of VCL but it seems valuable to have this imo.

Signed-off-by: Sotiris Nanopoulos <sotiris.nanopoulos@reddit.com>
davinci26 added a commit to davinci26/falco that referenced this pull request Jul 21, 2022
* Add warning for backend health check prober

If the backend prober has an initial value that is less than the threshold
then when the backend is loaded the initial health checks will not be sufficient
to mark it as healthy.

As such the backend will be considered unhealthy at startup.

I know that it doesnt follow the spec of VCL but it seems valuable to have this imo.

Signed-off-by: Sotiris Nanopoulos <sotiris.nanopoulos@reddit.com>
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.

2 participants