From e87b11f4fa909065b5927e1a6c0ca3e463798c63 Mon Sep 17 00:00:00 2001 From: Jayanthi Date: Thu, 2 Oct 2025 18:44:28 -0700 Subject: [PATCH 1/2] Update event descriptions in contracts.md Clarified event descriptions for message archiving and resolution. --- servicecontrol/contracts.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/servicecontrol/contracts.md b/servicecontrol/contracts.md index 81270865801..df0160db75b 100644 --- a/servicecontrol/contracts.md +++ b/servicecontrol/contracts.md @@ -83,10 +83,10 @@ See [Heartbeat Notification Events](/monitoring/heartbeats/notification-events.m > Events described in this section are published by ServiceControl starting with version 4.17. ServiceControl will also publish events related to archiving and retrying messages: -- `FailedMessagesArchived`: Event emitted for failed messages that were archived -- `FailedMessagesUnArchived`: Event emitted for failed messages that were un-archived -- `MessageFailureResolvedByRetry`: Event emitted by ServiceControl for each failed message that was resolved by retry -- `MessageFailureResolvedManually`: Event emitted by ServiceControl for each failed message that was resolved manually +- `FailedMessagesArchived`: Event emitted for failed messages that were archived, indicating they won’t be retried +- `FailedMessagesUnArchived`: Event emitted for failed messages that were un-archived (restored from the archive), making them eligible for retry or further action +- `MessageFailureResolvedByRetry`: Event emitted by ServiceControl for each failed message that was resolved by retry action +- `MessageFailureResolvedManually`: Event emitted by ServiceControl for each failed message that was manually marked as resolved, typically via the "Resolve" or "Resolve All" actions in ServicePulse ## Decommissioning subscribers to ServiceControl events From 1bd3ffae5740654020a30cc8210d5800f49b904f Mon Sep 17 00:00:00 2001 From: Jayanthi Date: Fri, 3 Oct 2025 15:12:20 -0700 Subject: [PATCH 2/2] Update servicecontrol/contracts.md Co-authored-by: Tamara Rivera --- servicecontrol/contracts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servicecontrol/contracts.md b/servicecontrol/contracts.md index df0160db75b..b4c2cd8125f 100644 --- a/servicecontrol/contracts.md +++ b/servicecontrol/contracts.md @@ -85,7 +85,7 @@ See [Heartbeat Notification Events](/monitoring/heartbeats/notification-events.m ServiceControl will also publish events related to archiving and retrying messages: - `FailedMessagesArchived`: Event emitted for failed messages that were archived, indicating they won’t be retried - `FailedMessagesUnArchived`: Event emitted for failed messages that were un-archived (restored from the archive), making them eligible for retry or further action -- `MessageFailureResolvedByRetry`: Event emitted by ServiceControl for each failed message that was resolved by retry action +- `MessageFailureResolvedByRetry`: Event emitted by ServiceControl for each failed message that succeeded after retrying - `MessageFailureResolvedManually`: Event emitted by ServiceControl for each failed message that was manually marked as resolved, typically via the "Resolve" or "Resolve All" actions in ServicePulse