D toc |
---|
You can create scheduled executions of your flows. When the schedule is triggered, all datasets that have scheduled output destinations are generated. Results are written to the specified output locations.
Limitations
- You can create one schedule per flow.
Pre-requisites
- You must install the two scheduling databases. See Install the Databases.
Enable
By default, scheduling is enabled. Use the following steps to enable or disable.
Steps:
To enable, please specify the following parameters.
D s config |
---|
Code Block |
---|
"feature.scheduling.enabled": true, "feature.scheduling.protobufDefinitionsFolder": "%(topOfTree)s/services/scheduling-service/protobuf/build/install/scheduling-service/api", "feature.scheduling.baseUrl": "http://localhost:43143", |
Parameter | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
"feature.scheduling.enabled" | Set this value to true to enable scheduling. | ||||||||
"feature.scheduling.protobufDefinitionsFolder" | Defines the location on the
| ||||||||
"feature.scheduling.baseUrl" | Specify the base URL for the scheduling service. You must specify the full URL:
|
Configure
Database configuration
You can make changes to the database configuration as needed.
D s config |
---|
For more information, see Initialize the Databases.