Skip to main content

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

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

Uploaded Source

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