Skip to main content

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


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)

Uploaded Source

Built Distribution

Kuyruk_Manager-4.0.0-py3-none-any.whl (8.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page