This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch delay
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 8cc83fbd0a63da5f3428351cca99046d61ac9735
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Mar 11 18:32:28 2021 +0100

    Add delay option to google-* kamelet source - camel-google-sheets
---
 google-sheets-source.kamelet.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/google-sheets-source.kamelet.yaml 
b/google-sheets-source.kamelet.yaml
index a324c1b..9608ca0 100644
--- a/google-sheets-source.kamelet.yaml
+++ b/google-sheets-source.kamelet.yaml
@@ -53,6 +53,11 @@ spec:
         type: string
         x-descriptors:
         - urn:alm:descriptor:com.tectonic.ui:password
+      delay:
+        title: Delay
+        description: Milliseconds before the next poll
+        type: integer
+        default: 500
       applicationName:
         title: Application name
         description: Google Sheets application name
@@ -85,6 +90,7 @@ spec:
         accessToken: "{{accessToken}}"
         refreshToken: "{{refreshToken}}"
         clientSecret: "{{clientSecret}}"
+        delay: "{{delay}}"
         applicationName: "{{applicationName}}"
         splitResults: "{{splitResults}}"
         range: "{{range}}"

Reply via email to