diff --git a/functions/onprem/worker/worker.go b/functions/onprem/worker/worker.go index 86c0601e..4b81a566 100644 --- a/functions/onprem/worker/worker.go +++ b/functions/onprem/worker/worker.go @@ -3856,7 +3856,7 @@ func handleRunExecution(resp http.ResponseWriter, request *http.Request) { time.Sleep(time.Duration(30) * time.Second) checkUnfinished(resp, request, execRequest) }() - // window.AddEvent(time.Now()) + window.AddEvent(time.Now()) ctx := context.Background()