Manage Kuyruk workers.
Project description
# Kuyruk-Manager
See and manage Kuyruk workers.
## Install
$ pip install kuyruk-manager
## Usage
```python
from kuyruk import Kuyruk
from kuyruk_manager import Manager
k = Kuyruk()
k.config.MANAGER_HOST = "127.0.0.1"
k.config.MANAGER_PORT = 16501
k.config.MANAGER_HTTP_PORT = 16500
m = Manager(k)
@k.task
def hello():
print "hello"
```
Run the manager with following command:
$ kuyruk --app ... manager
See and manage Kuyruk workers.
## Install
$ pip install kuyruk-manager
## Usage
```python
from kuyruk import Kuyruk
from kuyruk_manager import Manager
k = Kuyruk()
k.config.MANAGER_HOST = "127.0.0.1"
k.config.MANAGER_PORT = 16501
k.config.MANAGER_HTTP_PORT = 16500
m = Manager(k)
@k.task
def hello():
print "hello"
```
Run the manager with following command:
$ kuyruk --app ... manager
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
Kuyruk-Manager-1.0.0.tar.gz
(4.2 kB
view details)
File details
Details for the file Kuyruk-Manager-1.0.0.tar.gz.
File metadata
- Download URL: Kuyruk-Manager-1.0.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02de4baa18b4bb13bf36c5c71810e907d488d52845b9ab00c06975472398ae4b
|
|
| MD5 |
8bc1bf316a79811c1966a748cba93c16
|
|
| BLAKE2b-256 |
b1bf98498ac831952327845d13542a787a3d0336093fbce6e59f0557fccfc3b5
|