Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/python-arq/arq
Fast job queuing and RPC in python with asyncio and redis.
https://github.com/python-arq/arq
async asyncio concurrency concurrent distributed msgpack queue redis tasks worker
Last synced: 27 days ago
JSON representation
Fast job queuing and RPC in python with asyncio and redis.
- Host: GitHub
- URL: https://github.com/python-arq/arq
- Owner: python-arq
- License: mit
- Created: 2016-07-21T18:24:42.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T00:18:16.000Z (2 months ago)
- Last Synced: 2024-10-14T13:02:16.492Z (28 days ago)
- Topics: async, asyncio, concurrency, concurrent, distributed, msgpack, queue, redis, tasks, worker
- Language: Python
- Homepage: https://arq-docs.helpmanual.io/
- Size: 820 KB
- Stars: 2,129
- Watchers: 33
- Forks: 173
- Open Issues: 84
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.rst
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# arq
[![CI](https://img.shields.io/github/actions/workflow/status/samuelcolvin/arq/ci.yml?branch=main&logo=github&label=CI)](https://github.com/samuelcolvin/arq/actions?query=event%3Apush+branch%3Amain+workflow%3ACI)
[![Coverage](https://codecov.io/gh/samuelcolvin/arq/branch/main/graph/badge.svg)](https://codecov.io/gh/samuelcolvin/arq)
[![downloads](https://static.pepy.tech/badge/arq/month)](https://pepy.tech/project/arq)
[![pypi](https://img.shields.io/pypi/v/arq.svg)](https://pypi.python.org/pypi/arq)
[![versions](https://img.shields.io/pypi/pyversions/arq.svg)](https://github.com/samuelcolvin/arq)
[![license](https://img.shields.io/github/license/samuelcolvin/arq.svg)](https://github.com/samuelcolvin/arq/blob/main/LICENSE)Job queues in python with asyncio and redis.
See [documentation](https://arq-docs.helpmanual.io/) for more details.