Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smok-serwis/wait-for-amqp

A CI tool for waiting until an AMQP broker instance is available
https://github.com/smok-serwis/wait-for-amqp

Last synced: 6 days ago
JSON representation

A CI tool for waiting until an AMQP broker instance is available

Awesome Lists containing this project

README

        

wait-for-amqp
==================

[![Build Status](https://travis-ci.org/smok-serwis/wait-for-amqp.svg)](https://travis-ci.org/smok-serwis/wait-for-amqp)
[![PyPI](https://img.shields.io/pypi/pyversions/wait-for-amqp.svg)](https://pypi.python.org/pypi/wait-for-amqp)
[![PyPI version](https://badge.fury.io/py/wait-for-amqp.svg)](https://badge.fury.io/py/wait-for-amqp)
[![PyPI](https://img.shields.io/pypi/implementation/wait-for-amqp.svg)](https://pypi.python.org/pypi/wait-for-amqp)

This is a quick'n'dirty utility to wait for an
AMQP broker instance
to become available. This proves to be an issue in CI development,
where jobs that are tested for rabbitmq need to wait for it
to become available. Well, no problem with that!

# Installation

`pip install wait-for-amqp`

# Usage

`wait-for-amqp `
All of these arguments are required.