fix: harden admin and CMPP delivery workflows

This commit is contained in:
hectorzhao
2026-07-15 11:21:02 +08:00
parent 00b6d95752
commit e47432bc9d
34 changed files with 878 additions and 226 deletions
+2
View File
@@ -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?