mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-12-22 02:38:30 +00:00
hotfix: Increase timeout again (force re-deploy, reduce impacted list)
This commit is contained in:
parent
ac49b359b4
commit
189b416f48
@ -449,7 +449,7 @@ func (c *Controller) RepoUpdaterWorkflow(ctx workflow.Context, req *UpdateRepoRe
|
|||||||
updateRepoCtx := workflow.WithActivityOptions(ctx, workflow.ActivityOptions{
|
updateRepoCtx := workflow.WithActivityOptions(ctx, workflow.ActivityOptions{
|
||||||
ScheduleToStartTimeout: 25 * time.Hour,
|
ScheduleToStartTimeout: 25 * time.Hour,
|
||||||
StartToCloseTimeout: 30 * time.Hour,
|
StartToCloseTimeout: 30 * time.Hour,
|
||||||
HeartbeatTimeout: 5 * time.Minute,
|
HeartbeatTimeout: 6 * time.Minute,
|
||||||
TaskQueue: c.mainQueue,
|
TaskQueue: c.mainQueue,
|
||||||
// Yumrepofs is locking for a short period so let's not wait too long to retry
|
// Yumrepofs is locking for a short period so let's not wait too long to retry
|
||||||
RetryPolicy: &temporal.RetryPolicy{
|
RetryPolicy: &temporal.RetryPolicy{
|
||||||
|
Loading…
Reference in New Issue
Block a user