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. |
{}
|