Manage Kuyruk workers.
Project description
Kuyruk-Manager
See and manage Kuyruk workers.
Install
$ pip install kuyruk-manager
Usage
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-4.0.0.tar.gz
(7.7 kB
view hashes)
Built Distribution
Close
Hashes for Kuyruk_Manager-4.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | adca2d51b5f07b92945458bb3ccb62c84cb1851be5dcfd76c5224be2d5b69bf8 |
|
MD5 | e84c018df4fe7f82530431c5d499be2a |
|
BLAKE2b-256 | a87666a8f21363c3a3479c1eb96c66452350098c0d37f5194c979913977f1ad1 |