Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions servicecontrol/contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down