This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 7a4fb7485fa6f80d097652ebe84647a7f25f891e Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Wed Feb 21 17:03:45 2024 +0100 CAMEL-20410: documentation fixes for camel-scheduler - Fixed samples - Fixed grammar and typos - Fixed punctuation - Added and/or fixed links - Converted to use tabs --- components/camel-scheduler/src/main/docs/scheduler-component.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/camel-scheduler/src/main/docs/scheduler-component.adoc b/components/camel-scheduler/src/main/docs/scheduler-component.adoc index 96421ece739..507b2f85190 100644 --- a/components/camel-scheduler/src/main/docs/scheduler-component.adoc +++ b/components/camel-scheduler/src/main/docs/scheduler-component.adoc @@ -109,11 +109,11 @@ keep firing all the time. So use this with caution. == Forcing the scheduler to be idle There can be use cases where you want the scheduler to trigger and be -greedy. But sometimes you want "tell the scheduler" that there was no +greedy. But sometimes you want to "tell the scheduler" that there was no task to poll, so the scheduler can change into idle mode using the -backoff options. To do this you would need to set a property on the +backoff options. To do this, you would need to set a property on the exchange with the key `Exchange.SCHEDULER_POLLED_MESSAGES` to a boolean -value of false. This will cause the consumer to indicate that there was +value of false. This will cause the consumer to indicate that there were no messages polled. The consumer will otherwise as by default return 1 message polled to the
