Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

🔄 Optional IP Getter Retry Parameters

Latest
Compare
Choose a tag to compare
@mikeseese mikeseese released this 11 Jun 20:59
· 20 commits to master since this release
45dd307

In some environments, it's necessary to wait longer for an IP address to resolve.

In v0.1.1, the ipv4 and ipv6 getters for Container would retry a hardcoded 15 times with 1000ms intervals. This release makes these parameters adjustable (yet optional)

Highlights