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-3.0.0.tar.gz
(7.0 kB
view hashes)