Merge pull request #154 from mstg/hotfix-increase-timeout-again

hotfix: Increase timeout again (force re-deploy, reduce impacted list)
This commit is contained in:
resf-prow[bot] 2023-11-09 00:29:43 +00:00 committed by GitHub
commit 62b626691a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: 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{