DispatchJob
Defined in: packages/webhook/src/dispatcher/types.ts:40
Properties
섹션 제목: “Properties”attempts
섹션 제목: “attempts”attempts:
number
Defined in: packages/webhook/src/dispatcher/types.ts:47
createdAt
섹션 제목: “createdAt”createdAt:
Date
Defined in: packages/webhook/src/dispatcher/types.ts:45
endpoint
섹션 제목: “endpoint”endpoint:
object
Defined in: packages/webhook/src/dispatcher/types.ts:43
active
섹션 제목: “active”active:
boolean
createdAt
섹션 제목: “createdAt”createdAt:
Date
description?
섹션 제목: “description?”
optionaldescription?:string
events
섹션 제목: “events”events:
WebhookEventType[]
filters?
섹션 제목: “filters?”
optionalfilters?:object
filters.channelId?
섹션 제목: “filters.channelId?”
optionalchannelId?:string[]
filters.providerId?
섹션 제목: “filters.providerId?”
optionalproviderId?:string[]
filters.templateId?
섹션 제목: “filters.templateId?”
optionaltemplateId?:string[]
headers?
섹션 제목: “headers?”
optionalheaders?:Record<string,string>
id:
string
lastTriggeredAt?
섹션 제목: “lastTriggeredAt?”
optionallastTriggeredAt?:Date
name?
섹션 제목: “name?”
optionalname?:string
retryConfig?
섹션 제목: “retryConfig?”
optionalretryConfig?:object
retryConfig.backoffMultiplier
섹션 제목: “retryConfig.backoffMultiplier”backoffMultiplier:
number
retryConfig.maxRetries
섹션 제목: “retryConfig.maxRetries”maxRetries:
number
retryConfig.retryDelayMs
섹션 제목: “retryConfig.retryDelayMs”retryDelayMs:
number
secret?
섹션 제목: “secret?”
optionalsecret?:string
status
섹션 제목: “status”status:
"error"|"active"|"inactive"|"suspended"
updatedAt
섹션 제목: “updatedAt”updatedAt:
Date
url
섹션 제목: “url”url:
string
event
섹션 제목: “event”event:
WebhookEvent
Defined in: packages/webhook/src/dispatcher/types.ts:42
id:
string
Defined in: packages/webhook/src/dispatcher/types.ts:41
maxAttempts
섹션 제목: “maxAttempts”maxAttempts:
number
Defined in: packages/webhook/src/dispatcher/types.ts:48
nextRetryAt?
섹션 제목: “nextRetryAt?”
optionalnextRetryAt?:Date
Defined in: packages/webhook/src/dispatcher/types.ts:49
priority
섹션 제목: “priority”priority:
number
Defined in: packages/webhook/src/dispatcher/types.ts:44
scheduledAt
섹션 제목: “scheduledAt”scheduledAt:
Date
Defined in: packages/webhook/src/dispatcher/types.ts:46