Skip to content

taipy.core.config.JobConfig

Bases: UniqueSection

Configuration fields related to the jobs' executions.

Parameters:

Name Type Description Default
mode str

The Taipy operating mode. By default, the "development" mode is set for testing and debugging the executions of jobs. A "standalone" mode is also available.

None
**properties dict[str, any]

A dictionary of additional properties.

{}

is_development: bool property

True if the config is set to development mode

is_standalone: bool property

True if the config is set to standalone mode