Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/smok-serwis/wait-for-amqp
- Owner: smok-serwis
- License: mit
- Created: 2020-04-03T19:40:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T11:24:03.000Z (over 4 years ago)
- Last Synced: 2024-12-16T06:35:47.655Z (19 days ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.