jobmanager – Job Manager

Ensures things about jobs Spawns and manages workers

class eventmq.jobmanager.JobManager(*args, **kwargs)

The exposed portion of the worker. The job manager’s main responsibility is to manage the resources on the server it’s running.

This job manager uses tornado’s eventloop.

__init__(*args, **kwargs)

Note

All args are optional unless otherwise noted.

Parameters:name (str) – unique name of this instance. By default a uuid will be generated.
__weakref__

list of weak references to the object (if defined)