mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-25 02:14:38 -05:00
feat(): new execution date property (#2793)
Co-authored-by: Ludovic DEHON <tchiot.ludo@gmail.com>
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE triggers ADD COLUMN "next_execution_date" TIMESTAMPTZ GENERATED ALWAYS AS (PARSE_ISO8601_DATETIME(value ->> 'nextExecutionDate')) STORED;
|
||||
@@ -84,3 +84,7 @@ kestra:
|
||||
min-poll-interval: 10ms
|
||||
max-poll-interval: 100ms
|
||||
poll-switch-interval: 5s
|
||||
|
||||
tasks:
|
||||
subflow:
|
||||
allow-parameter-outputs: true
|
||||
|
||||
Reference in New Issue
Block a user