How to wait for a service to be up in Bash using cURL
Within a CI process, you might want to hold the process until service is starting up, this is how you can do with bash and curl
> 1 min read
Within a CI process, you might want to hold the process until service is starting up, this is how you can do with bash and curl