Skip to content

Commit 199f07c

Browse files
committed
[core] Increase CONFIGURE transition timeout to 120s
1 parent 3ea8b63 commit 199f07c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/task/manager.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,7 @@ func (m *Manager) configureTasks(envId uid.ID, tasks Tasks) error {
685685
Debug("pushing configuration to tasks")
686686

687687
cmd := controlcommands.NewMesosCommand_Transition(envId, receivers, src, event, dest, args)
688+
cmd.ResponseTimeout = 120 * time.Second // The default timeout is 90 seconds, but we need more time for the tasks to configure
688689
_ = m.cq.Enqueue(cmd, notify)
689690

690691
response := <-notify

0 commit comments

Comments
 (0)