Changed health interval to 30 minutes onprem

This commit is contained in:
Frikky
2023-11-24 13:33:03 +01:00
parent 3dc5f75d9d
commit 27cedd9d22
4 changed files with 5 additions and 2 deletions
+1
View File
@@ -707,6 +707,7 @@ func handleWorkflowQueue(resp http.ResponseWriter, request *http.Request) {
func runWorkflowExecutionTransaction(ctx context.Context, attempts int64, workflowExecutionId string, actionResult shuffle.ActionResult, resp http.ResponseWriter) {
log.Printf("[DEBUG][%s] Running workflow execution update", workflowExecutionId)
// Should start a tx for the execution here
workflowExecution, err := shuffle.GetWorkflowExecution(ctx, workflowExecutionId)
if err != nil {