Skip to content

Conversation

@atsareg
Copy link
Contributor

@atsareg atsareg commented Nov 3, 2025

BEGINRELEASENOTES

*Monitoring
FIX: MonitoringReporter - avoid endless loop in sending records with failures

ENDRELEASENOTES

@atsareg atsareg requested a review from fstagni as a code owner November 3, 2025 13:32
try_count += 1
if try_count == 10:
gLogger.error("Failed to insert Monitoring records after 10 attempts")
break
Copy link
Member

Choose a reason for hiding this comment

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

Should try_count be reset if a bundle is sucessfully sent?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Indeed.

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.

2 participants