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: 20 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 (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2025-01-06T18:37:31.000Z (4 months ago)
- Last Synced: 2025-04-03T09:42:35.170Z (27 days ago)
- Topics: async, asyncio, concurrency, concurrent, distributed, msgpack, queue, redis, tasks, worker
- Language: Python
- Homepage: https://arq-docs.helpmanual.io/
- Size: 836 KB
- Stars: 2,405
- Watchers: 33
- Forks: 181
- Open Issues: 94
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.rst
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# arq
[](https://github.com/samuelcolvin/arq/actions?query=event%3Apush+branch%3Amain+workflow%3ACI)
[](https://codecov.io/gh/samuelcolvin/arq)
[](https://pepy.tech/project/arq)
[](https://pypi.python.org/pypi/arq)
[](https://github.com/samuelcolvin/arq)
[](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.