Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liorp/quorum_queues_with_celery
https://github.com/liorp/quorum_queues_with_celery
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/liorp/quorum_queues_with_celery
- Owner: liorp
- License: mit
- Created: 2021-09-19T13:58:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T12:35:06.000Z (over 2 years ago)
- Last Synced: 2024-11-13T09:51:19.507Z (2 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description
A simple celery app that supports quorum queues.
# Usage
First make sure you have an instance of rabbitmq running, e.g `docker run -d --hostname my-rabbit --name some-rabbit -p 8080:15672 -p 5672:5672 rabbitmq:3-management`.
Run `main.py` to push messages into the queue.
Run workers with `celery -A tasks worker --loglevel=INFO`.