boss.starter

Functions

create_unique_instance_name(→ str)

Creates a unique instance identifier consisting of the hostname and an UUID.

run([args])

Module Contents

boss.starter.create_unique_instance_name() str[source]

Creates a unique instance identifier consisting of the hostname and an UUID.

Returns:

A unique identifier.

boss.starter.run(args=None)[source]