From e3499021a6ab407bbd43eff9998295f343d19f76 Mon Sep 17 00:00:00 2001 From: Daisuke Harada <1519063+dharada@users.noreply.github.com> Date: Thu, 10 Sep 2020 14:35:51 +0900 Subject: [PATCH] Update input-jdbc.asciidoc it might be useful to describe how to use the schedule for "seconds" level duration in official manual. --- docs/input-jdbc.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/input-jdbc.asciidoc b/docs/input-jdbc.asciidoc index 16f37b7..199de13 100644 --- a/docs/input-jdbc.asciidoc +++ b/docs/input-jdbc.asciidoc @@ -48,6 +48,7 @@ Examples: |========================================================== | `* 5 * 1-3 *` | will execute every minute of 5am every day of January through March. | `0 * * * *` | will execute on the 0th minute of every hour every day. +| `*/30 * * * * *` | will execute with 30 seconds duration. | `0 6 * * * America/Chicago` | will execute at 6:00am (UTC/GMT -5) every day. |==========================================================