mirror of
https://github.com/rocky-linux/peridot.git
synced 2025-01-02 15:20:55 +00:00
hotfix: increase heartbeat timeout for updateinfo activity, too
Signed-off-by: Neil Hanlon <neil@rockylinux.org>
This commit is contained in:
parent
62b626691a
commit
679a841c57
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ func (c *Controller) UpdateInfoWorkflow(ctx workflow.Context, req *adminpb.AddUp
|
|||
stage2Ctx := 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{
|
||||
|
|
Loading…
Reference in a new issue