Skip to content

Commit

Permalink
Add delay parameter to all SQL Source Kamelets - SQLServer
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Nov 17, 2022
1 parent 2a56fea commit d6dd679
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ spec:
x-descriptors:
- 'urn:alm:descriptor:com.tectonic.ui:checkbox'
default: true
delay:
title: Delay
description: The number of milliseconds before the next poll
type: integer
default: 500
types:
in:
mediaType: application/json
Expand All @@ -121,6 +126,7 @@ spec:
parameters:
dataSource: "#bean:{{dsBean}}"
onConsume: "{{?consumedQuery}}"
delay: "{{delay}}"
steps:
- marshal:
json:
Expand Down

0 comments on commit d6dd679

Please sign in to comment.