App Spec Service Termination
data class AppSpecServiceTermination(val drainSeconds: Int? = null, val gracePeriodSeconds: Int? = null)
Properties
Link copied to clipboard
The number of seconds to wait between selecting a container instance for termination and issuing the TERM signal. Selecting a container instance for termination begins an asynchronous drain of new requests on upstream load-balancers. Default: 15 seconds, Minimum 1, Maximum 110. A static_site
can contain:
Link copied to clipboard
The number of seconds to wait between sending a TERM signal to a container and issuing a KILL which causes immediate shutdown. Default: 120, Minimum 1, Maximum 600. A function
component can contain: