io.helidon.scheduling.Cron
Description
Scheduling periodically executed task with specified cron expression
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
expression | String | Cron expression for specifying period of execution | |
zone | ZoneId | Time zone to use for cron expression evaluation | |
concurrent | Boolean | true | Allow concurrent execution if previous task didn't finish before next execution |
id | String | Identification of the started task | |
enabled | Boolean | true | Whether the task is enabled |
See the manifest for all available types.