tethys.apps.worker.app

Module Contents

tethys.apps.worker.app.log[source]
class tethys.apps.worker.app.Worker[source]

Bases: tethys.apps.base.AppBase

Helper class that provides a standard way to create an ABC using inheritance.

NAME = Worker[source]
classmethod add_click_entry(cls, entry)[source]
static start(station_id, config, processes, is_daemon, home_dir, verbose)[source]

Start workers

static stop(station, home_dir, kill_after)[source]

Stop workers