feat(governance): unify durable event retention

This commit is contained in:
jxxghp
2026-08-26 12:45:44 +08:00
parent f5dacf79c3
commit 362f606751
29 changed files with 948 additions and 121 deletions
+24 -8
View File
@@ -1514,7 +1514,7 @@
"visibility": "plugin_public"
},
"EventType.AudioTransferComplete": {
"delivery": "ephemeral",
"delivery": "durable_required",
"error_behavior": "notify",
"input_contract": "TransferResultContractData",
"legacy_reason": null,
@@ -1529,7 +1529,7 @@
"visibility": "plugin_public"
},
"EventType.AudioTransferFailed": {
"delivery": "ephemeral",
"delivery": "durable_required",
"error_behavior": "notify",
"input_contract": "TransferResultContractData",
"legacy_reason": null,
@@ -1799,7 +1799,7 @@
"visibility": "plugin_public"
},
"EventType.SubscribeComplete": {
"delivery": "ephemeral",
"delivery": "durable_required",
"error_behavior": "notify",
"input_contract": "SubscribeCompleteEventData",
"legacy_reason": null,
@@ -1844,7 +1844,7 @@
"visibility": "plugin_public"
},
"EventType.SubtitleTransferComplete": {
"delivery": "ephemeral",
"delivery": "durable_required",
"error_behavior": "notify",
"input_contract": "TransferResultContractData",
"legacy_reason": null,
@@ -1859,7 +1859,7 @@
"visibility": "plugin_public"
},
"EventType.SubtitleTransferFailed": {
"delivery": "ephemeral",
"delivery": "durable_required",
"error_behavior": "notify",
"input_contract": "TransferResultContractData",
"legacy_reason": null,
@@ -2253,6 +2253,10 @@
{
"caller": "app.chain.transfer",
"count": 1
},
{
"caller": "app.startup.initializers.modules",
"count": 1
}
]
},
@@ -2262,6 +2266,10 @@
{
"caller": "app.chain.transfer",
"count": 1
},
{
"caller": "app.startup.initializers.modules",
"count": 1
}
]
},
@@ -2521,6 +2529,10 @@
{
"caller": "app.chain.transfer",
"count": 1
},
{
"caller": "app.startup.initializers.modules",
"count": 1
}
]
},
@@ -2530,6 +2542,10 @@
{
"caller": "app.chain.transfer",
"count": 1
},
{
"caller": "app.startup.initializers.modules",
"count": 1
}
]
},
@@ -2555,7 +2571,7 @@
"producers": [
{
"caller": "app.chain.transfer",
"count": 2
"count": 1
},
{
"caller": "app.startup.initializers.modules",
@@ -2568,7 +2584,7 @@
"producers": [
{
"caller": "app.chain.transfer",
"count": 2
"count": 1
},
{
"caller": "app.startup.initializers.modules",
@@ -2609,7 +2625,7 @@
]
}
},
"producer_count": 78
"producer_count": 80
},
"module_method_specs": {
"anilist_credits": {