hotfix: Increase yumrepofs update timeout to accommodate kernel

This commit is contained in:
Mustafa Gezen 2023-11-09 00:44:00 +01:00
parent a2aef0460e
commit b5af09c028
1 changed files with 1 additions and 1 deletions

View File

@ -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: 30 * time.Second,
HeartbeatTimeout: 5 * time.Minute,
TaskQueue: c.mainQueue,
// Yumrepofs is locking for a short period so let's not wait too long to retry
RetryPolicy: &temporal.RetryPolicy{