WebhookThrottleConfigPatch

data class WebhookThrottleConfigPatch(val burst: Int? = null, val qps: Int? = null)

WebhookThrottleConfig holds the configuration for throttling events

Constructors

Link copied to clipboard
constructor(burst: Int? = null, qps: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val burst: Int? = null

ThrottleBurst is the maximum number of events sent at the same moment default 15 QPS

Link copied to clipboard
val qps: Int? = null

ThrottleQPS maximum number of batches per second default 10 QPS