dwq: a Disque based work queue
Project description
# dwq - a Disque based work queue
dwq (Disque Work Queue) is a tool that can be used to distribute Jobs on git repositories across multiple machines.
## Installation
# pip install dwq
## Usage
Start a worker:
# dwqw
Execute a command on worker:
# dwqc -r <repository> -c <commit> ls
More sophisticated:
# export DWQ_REPO=<repository> DWQ_COMMIT=<commit> # for i in $(seq 10); do echo ‘echo $DWQ_WORKER:$DWQ_WORKER_THREAD’; done | dwqc
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
dwq-0.0.39.linux-x86_64.tar.gz
(29.0 kB
view details)
File details
Details for the file dwq-0.0.39.linux-x86_64.tar.gz
.
File metadata
- Download URL: dwq-0.0.39.linux-x86_64.tar.gz
- Upload date:
- Size: 29.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 25eb3ebedc36cc2901372bde8ded851da6adef9640b91c84e252259a7d7db1f8 |
|
MD5 | 55cadef70a940bf28fa8dd16f4d6bd80 |
|
BLAKE2b-256 | 3d9b90f43e1861a4d8bf5b9347ba2911b1ece75dd0de9167edcbc66f8752f326 |