You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to execute this codes in my pipeline, where the initial_time is not functioning as per the given date time stamp. It looks into start time and getting executed, where as my requirement is to trigger on future date.
My requirement is to setup the pipeline, which has to executed on future date and the mentioned time.
For eg: Pipeline should trigger only once on 1st of every month or any particular month.
resources:
name: 15m
type: time
source: initial_time: Thu Aug 12 07:04:05 -0700 UTC 2018
start: 07:06 AM
stop: 10:00 AM
The text was updated successfully, but these errors were encountered:
I am trying to execute this codes in my pipeline, where the initial_time is not functioning as per the given date time stamp. It looks into start time and getting executed, where as my requirement is to trigger on future date.
My requirement is to setup the pipeline, which has to executed on future date and the mentioned time.
For eg: Pipeline should trigger only once on 1st of every month or any particular month.
resources:
type: time
source:
initial_time: Thu Aug 12 07:04:05 -0700 UTC 2018
start: 07:06 AM
stop: 10:00 AM
The text was updated successfully, but these errors were encountered: