-
Notifications
You must be signed in to change notification settings - Fork 383
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8711a6b
commit 489e1c7
Showing
8 changed files
with
180 additions
and
33 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...config/all-configuration-roots-generated-doc/io.quarkus.scheduler.runtime.SchedulerConfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"configDocKey":{"type":"com.cronutils.model.CronType","key":"quarkus.scheduler.cron-type","additionalKeys":[],"configDoc":"The syntax used in CRON expressions.","withinAMap":false,"defaultValue":"quartz","javaDocSiteLink":"","docMapKey":"cron-type","configPhase":"BUILD_AND_RUN_TIME_FIXED","acceptedValues":["`cron4j`","`quartz`","`unix`","`spring`","`spring53`"],"optional":false,"list":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.scheduler","since":null,"environmentVariable":"QUARKUS_SCHEDULER_CRON_TYPE","enum":true}},{"configDocKey":{"type":"boolean","key":"quarkus.scheduler.metrics.enabled","additionalKeys":[],"configDoc":"Scheduled task metrics will be enabled if a metrics extension is present and this value is true.","withinAMap":false,"defaultValue":"false","javaDocSiteLink":"","docMapKey":"metrics-enabled","configPhase":"BUILD_AND_RUN_TIME_FIXED","acceptedValues":null,"optional":false,"list":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.scheduler","since":null,"environmentVariable":"QUARKUS_SCHEDULER_METRICS_ENABLED","enum":false}},{"configDocKey":{"type":"boolean","key":"quarkus.scheduler.tracing.enabled","additionalKeys":[],"configDoc":"Controls whether tracing is enabled. If set to true and the OpenTelemetry extension is present, tracing will be enabled, creating automatic Spans for each scheduled task.","withinAMap":false,"defaultValue":"false","javaDocSiteLink":"","docMapKey":"tracing-enabled","configPhase":"BUILD_AND_RUN_TIME_FIXED","acceptedValues":null,"optional":false,"list":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.scheduler","since":null,"environmentVariable":"QUARKUS_SCHEDULER_TRACING_ENABLED","enum":false}}] | ||
[{"configDocKey":{"type":"com.cronutils.model.CronType","key":"quarkus.scheduler.cron-type","additionalKeys":[],"configDoc":"The syntax used in CRON expressions.","withinAMap":false,"defaultValue":"quartz","javaDocSiteLink":"","docMapKey":"cron-type","configPhase":"BUILD_AND_RUN_TIME_FIXED","acceptedValues":["`cron4j`","`quartz`","`unix`","`spring`","`spring53`"],"optional":false,"list":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.scheduler","since":null,"environmentVariable":"QUARKUS_SCHEDULER_CRON_TYPE","enum":true}},{"configDocKey":{"type":"boolean","key":"quarkus.scheduler.metrics.enabled","additionalKeys":[],"configDoc":"Scheduled task metrics will be enabled if a metrics extension is present and this value is true.","withinAMap":false,"defaultValue":"false","javaDocSiteLink":"","docMapKey":"metrics-enabled","configPhase":"BUILD_AND_RUN_TIME_FIXED","acceptedValues":null,"optional":false,"list":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.scheduler","since":null,"environmentVariable":"QUARKUS_SCHEDULER_METRICS_ENABLED","enum":false}},{"configDocKey":{"type":"boolean","key":"quarkus.scheduler.tracing.enabled","additionalKeys":[],"configDoc":"Controls whether tracing is enabled. If set to true and the OpenTelemetry extension is present, tracing will be enabled, creating automatic Spans for each scheduled task.","withinAMap":false,"defaultValue":"false","javaDocSiteLink":"","docMapKey":"tracing-enabled","configPhase":"BUILD_AND_RUN_TIME_FIXED","acceptedValues":null,"optional":false,"list":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.scheduler","since":null,"environmentVariable":"QUARKUS_SCHEDULER_TRACING_ENABLED","enum":false}},{"configDocKey":{"type":"boolean","key":"quarkus.scheduler.use-composite-scheduler","additionalKeys":[],"configDoc":"By default, only one `Scheduler` implementation is used. If set to `true` then a composite `Scheduler` that delegates to all running implementations is used.\n\nScheduler implementations will be started depending on the value of `quarkus.scheduler.start-mode`, i.e. the scheduler is not started unless a relevant `io.quarkus.scheduler.Scheduled` business method is found.","withinAMap":false,"defaultValue":"false","javaDocSiteLink":"","docMapKey":"use-composite-scheduler","configPhase":"BUILD_AND_RUN_TIME_FIXED","acceptedValues":null,"optional":false,"list":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.scheduler","since":null,"environmentVariable":"QUARKUS_SCHEDULER_USE_COMPOSITE_SCHEDULER","enum":false}}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.