Distributed Python job queue with asyncio and redis
Project description
SAQ
SAQ (Simple Async Queue) is a simple and performant job queueing framework built on top of asyncio and redis.
Install
pip install saq
Usage
saq mymodule.settings
Development
python -m venv env
source env/bin/activate
pip install -e .[development,web]
docker run -p 6379:6379 redis
./run_checks.sh
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
saq-0.0.1.tar.gz
(11.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
saq-0.0.1-py3-none-any.whl
(12.5 kB
view details)
File details
Details for the file saq-0.0.1.tar.gz.
File metadata
- Download URL: saq-0.0.1.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
205957e80c81169a93fdecd337264a798bf3b60d9eb2b302a5c123021082132d
|
|
| MD5 |
d4813656e0f4373779669d15872ad7e9
|
|
| BLAKE2b-256 |
05f7c930f2e091eb92e1c9b127aa28a48568d681a27e511a1c4907c6e4df1589
|
File details
Details for the file saq-0.0.1-py3-none-any.whl.
File metadata
- Download URL: saq-0.0.1-py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba0615f9607112ac76123c0d7f583aa7a8b7a9792934b86a2700cfeaf39adbff
|
|
| MD5 |
7fb64682efaa371a6ead333fd3fc0a1d
|
|
| BLAKE2b-256 |
55a5cc73ca33d3755f6b7def95f55e08262ce896038b1f4382c5e23860bbe2e3
|