Skip to content

io.helidon.scheduling.Cron

Description

Scheduling periodically executed task with specified cron expression

Configuration options

KeyTypeDefaultDescription
expressionStringCron expression for specifying period of execution
zoneZoneIdTime zone to use for cron expression evaluation
concurrentBooleantrueAllow concurrent execution if previous task didn't finish before next execution
idStringIdentification of the started task
enabledBooleantrueWhether the task is enabled

See the manifest for all available types.