fix: harden admin and CMPP delivery workflows
This commit is contained in:
@@ -1197,6 +1197,8 @@ model CmppDownstreamDelivery {
|
||||
payload Json
|
||||
retryEnabled Boolean @default(true)
|
||||
retryCount Int @default(0)
|
||||
manualRetryCount Int @default(0)
|
||||
lastRetriedAt DateTime?
|
||||
nextRetryAt DateTime?
|
||||
sentAt DateTime?
|
||||
acknowledgedAt DateTime?
|
||||
|
||||
Reference in New Issue
Block a user