Technology/Installation

planta_scheduler.conf

Parameters

Possible values

Description

Available from

as variable name in the config file

as environment variable with
namespace "planta__server__" as prefix

scheduler_enabled

scheduler__enabled

{0,1}

Enables or disables the scheduling post processing which controls the critical path and longest critical path calculation and new python API functions for cycle check


scheduler_host

scheduler__host

localhost

Hostname used by the Java part of the scheduler to establish connections.


scheduler_port

scheduler__port

integer (valid TCP port number)

Port number used by the Java part of the scheduler to establish connections.


lcp_float_independent

scheduler__lcp_float_independent

{0,1}

If enabled, float (slack) is ignored when determining the Longest Critical Path. By default (per CPM definition), float is considered.


lcp_determine_all

scheduler__lcp_determine_all

{0,1}

Determines whether all Longest Critical Paths are calculated or only the single longest one.


lp_bucket_enabled

scheduler__lp_bucket_enabled

{0,1}

Enables or disables the bucketing method for structured Longest Path calculation.


lp_bucket_determine_all

scheduler__lp_bucket_determine_all

{0,1}

Determines whether the Longest Path is calculated across all projects or only within the selected project.