Skip to content

Fast job queuing and RPC in Python with asyncio and Redis

License

Notifications You must be signed in to change notification settings

targetaidev/arku

Repository files navigation

arku

CI Coverage pypi versions license

arku, pronounced as ar·kyu, is a fast job queuing and RPC in Python with asyncio and Redis.

Installation

python -m pip install arku

Usage

See documentation for more details.

Acknowledgements

This project is a fork of arq. Many thanks to Samuel Colvin all the contributors.