Scheduling CreateNamespace
This commit is contained in:
@@ -72,7 +72,7 @@ func (ws *WorkflowSchedule) Check(wfID string, asap bool, preemption bool, reque
|
||||
// 2. Resolve start
|
||||
start := ws.Start
|
||||
if asap || start.IsZero() {
|
||||
start = time.Now().Add(asapBuffer)
|
||||
start = time.Now().UTC().Add(asapBuffer)
|
||||
}
|
||||
|
||||
// 3. Resolve end – use explicit end/duration or estimate via Planify
|
||||
|
||||
Reference in New Issue
Block a user