chore: update healcheck dependency #9590
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This dependency fixes the following issues:
fix: properly log line numbers by using tail calls Kong/lua-resty-healthcheck#29
fix: when not providing a hostname, use IP Kong/lua-resty-healthcheck#48
fix: exit early when reloading during a probe Kong/lua-resty-healthcheck#47
fix: prevent target-list from being nil, due to async behaviour Kong/lua-resty-healthcheck#44
fix: replace timer and node-wide locks with resty-timer, to prevent interval skips Kong/lua-resty-healthcheck#59
fix: do not run out of timers during init/init_worker when adding a vast amount of targets Kong/lua-resty-healthcheck#57
fix: do not call on the module table, but use a method for locks. Also in Kong/lua-resty-healthcheck#57
Checklist