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 "standalone" mode is set. A "development" mode is also available for testing and debugging the executions of jobs.

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