From 189b416f483eeb25fc7be75d72777cc21f5ed755 Mon Sep 17 00:00:00 2001 From: Mustafa Gezen Date: Thu, 9 Nov 2023 01:24:43 +0100 Subject: [PATCH] hotfix: Increase timeout again (force re-deploy, reduce impacted list) --- peridot/builder/v1/workflow/yumrepofs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peridot/builder/v1/workflow/yumrepofs.go b/peridot/builder/v1/workflow/yumrepofs.go index 93b1687..c6aa565 100644 --- a/peridot/builder/v1/workflow/yumrepofs.go +++ b/peridot/builder/v1/workflow/yumrepofs.go @@ -449,7 +449,7 @@ func (c *Controller) RepoUpdaterWorkflow(ctx workflow.Context, req *UpdateRepoRe updateRepoCtx := workflow.WithActivityOptions(ctx, workflow.ActivityOptions{ ScheduleToStartTimeout: 25 * time.Hour, StartToCloseTimeout: 30 * time.Hour, - HeartbeatTimeout: 5 * time.Minute, + HeartbeatTimeout: 6 * time.Minute, TaskQueue: c.mainQueue, // Yumrepofs is locking for a short period so let's not wait too long to retry RetryPolicy: &temporal.RetryPolicy{