AppSpecWorkerTermination

data class AppSpecWorkerTermination(val gracePeriodSeconds: Int? = null)

Constructors

Link copied to clipboard
constructor(gracePeriodSeconds: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val gracePeriodSeconds: Int? = null

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: