Ecosyste.ms: Awesome

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

https://github.com/samuelcolvin/arq

Fast job queuing and RPC in python with asyncio and redis.
https://github.com/samuelcolvin/arq

async asyncio concurrency concurrent distributed msgpack queue redis tasks worker

Last synced: 15 days ago
JSON representation

Fast job queuing and RPC in python with asyncio and redis.

Lists

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.