Skip to content

Conversation

cquirosj
Copy link
Contributor

@cquirosj cquirosj commented Oct 6, 2025

fixes #5122

@cquirosj cquirosj changed the title Edit & Retry - Enhacing controller's response for a scenario when Edit & Retry is ignored Edit & Retry - Enhancing the web controller's response for a scenario when Edit & Retry is ignored Oct 10, 2025
{
logger.LogWarning("Cannot edit message {FailedMessageId} because it has already been edited", failedMessageId);
// We return HTTP 200 even though the edit is being ignored. This is to keep the compatibility with older versions of ServicePulse.
// Newer ServicePulse versions (starting with x.x) will handle the response's payload accordingly.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How will we know to get back to here and update the comment? ;-) Maybe we can put the current version here and state the "newer versions will handle it"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not informing ServicePulse users about “Edit & retry” failure
4 participants