-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(pool): periodically check IP health (exists in vpc)
Check IP health in two conditions: - Every 10 mins, select an IP from the pool that has not been checked for the longest time for checking. - Check the cooldown IP before adding it to the pool. The check method is to call VPC using the IP and the current node MAC address. If the IP exists, it is considered healthy.
- Loading branch information
Showing
4 changed files
with
257 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.