-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
help request: the minimum in healthcheck schema is incorrect #8937
Comments
@spacewander @navendu-pottekkat Can you assign me please if this is up for grabs? |
Sure @Neilblaze cc: @spacewander |
@navendu-pottekkat I'm a bit confused about whether I'm going to break the tests by directly removing
|
@spacewander can chime in here. |
What do you mean 'default at |
If you mean the default value in Line 263 in 8d38884
it is not relative to the topic here. |
Gotcha! Thanks for the clarity @spacewander 😄
|
This issue has been marked as stale due to 350 days of inactivity. It will be closed in 2 weeks if no further activity occurs. If this issue is still relevant, please simply write any comment. Even if closed, you can still revive the issue at any time or discuss it on the dev@apisix.apache.org list. Thank you for your contributions. |
This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time. |
Closing this as it is confirmed that this is not an issue: #8949 (comment) |
Description
It's meaningless to use zero as the minimum:
apisix/apisix/schema_def.lua
Line 239 in d3ac217
We set them to zero because we wanted to use a default healthcheck in #5589.
However, as this PR is surpassed by #7850, there is no need to keep the zero value.
Environment
apisix version
): masteruname -a
):openresty -V
ornginx -V
):curl http://127.0.0.1:9090/v1/server_info
):luarocks --version
):The text was updated successfully, but these errors were encountered: