Skip to content

Default to starting a single process #41

@andrewrabert

Description

@andrewrabert

What
Start a single process unless explicitly configured to start more.

def start_server(self, port_number, number_of_procs=0):

Current
Virtual-CPU-number of processes are started.
1 process is started when running in debug mode.

Why
It's more consistent when deploying to environments where one is not responsible for provisioning the underlying system (ex. Docker).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions