-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
Describe the feature you'd like
wait_for_endpoint can potentially hang up forever, this is rare but we have observed such case where the endpoint fails to come online.
we would like to have wait_for_endpoint have a timeout value so it will return control to the program after a specified time interval.
How would this feature be used? Please describe.
as above
Describe alternatives you've considered
Using a signal handler to interrupt the wait? but it's clunky and not elegant.
Additional context
Add any other context or screenshots about the feature request here.