feat(): new execution date property (#2793)

Co-authored-by: Ludovic DEHON <tchiot.ludo@gmail.com>
This commit is contained in:
YannC
2024-02-09 09:09:32 +01:00
committed by GitHub
parent f6c8f76d94
commit 6482a4f63a
32 changed files with 932 additions and 339 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE triggers ADD COLUMN "next_execution_date" TIMESTAMPTZ GENERATED ALWAYS AS (PARSE_ISO8601_DATETIME(value ->> 'nextExecutionDate')) STORED;

View File

@@ -84,3 +84,7 @@ kestra:
min-poll-interval: 10ms
max-poll-interval: 100ms
poll-switch-interval: 5s
tasks:
subflow:
allow-parameter-outputs: true