项目作者: blue995

项目描述 :
This repository contains scripts that wait for a service (e.g. docker) to be up and ready before you continue with something else.
高级语言: Python
项目地址: git://github.com/blue995/wait-for-service.git
创建时间: 2019-06-11T08:18:36Z
项目社区:https://github.com/blue995/wait-for-service

开源协议:MIT License

下载


Wait for a service

This repository contains helpful scripts that wait for a service to be up and ready.

Supported waiting types

  • netcat: Simple wait via nc to the expected service.
  • consul: Wait by checking a consul registry and the health of service of this consul registry.