wait-for-it
wait-for-it copied to clipboard
A Golang package to wait on the availability of a TCP host and port. This package generates a binary executable for https://github.com/vishnubob/wait-for-it.
Results
3
wait-for-it issues
Sort by
recently updated
recently updated
newest added
The current implementation removes the ability for others to consume the wait logic as a Go package. For my current project, we wanted our Go microservices running natively to have...
enhancement
`wait-for-it` is currently missing support for gracefully shutting down a process that it starts. This adds support for that.