You specify a timeout in seconds for stack create and update operations by using the timeout
property. Takomo cancels the operation if it takes longer than what you have specified in the timeout property. You can't set a timeout for the delete operation. Use 0 to disable the timeout.
You set the timeout for both create and update operations by specifying a single integer. You can also set a separate timeout for create
and update
operations by using an object with create and update properties.
Timeout of 180 seconds for both create and update:
Timeout of 300 seconds for create and no timeout for update:
Separate timeouts for create and update:
timeout
property can be defined in:
When timeout
property is defined in a stack group configuration file:
When timeout
property is defined in a blueprint configuration file:
When timeout
property is defined in a stack configuration file:
The timeout
property must satisfy these requirements: