Short syntax for wait
There should be a more convenient way to declare a wait condition.
It could be like
-
tcp@3://minio:9000
for methodtcp, timeout3for serviceminioon port9000or -
log@10://postgres:database system is ready to accept connections
for methodlog, timeout10for servicepostgreson messagedatabase system is ready to accept connections.
In general the syntax would be:
<wait-method>@<timeout>://<service>[:special-args-for-wait-method]
Edited by Michael Pöhlmann