Closed Ben8t closed 48 minutes ago
It's not clear what time type is expeced in startTime and endTime props within the DAILY_TIME_WINDOW sla type 🤔
startTime
endTime
DAILY_TIME_WINDOW
As per the warning it expect RFC3339 time type, but doing so raise an error in flow definition
related to https://github.com/kestra-io/kestra/issues/6156
can you try with timezone offset? if it works, let's clarify in plugin docs and close 👍
Yes, it's offset like for deadline.
added https://github.com/kestra-io/kestra/commit/8d12451f2fbc47686f02047c9d68d265e5efc9e1
Describe the issue
It's not clear what time type is expeced in
startTime
andendTime
props within theDAILY_TIME_WINDOW
sla type 🤔As per the warning it expect RFC3339 time type, but doing so raise an error in flow definition
related to https://github.com/kestra-io/kestra/issues/6156
Environment