Skip to content

Reduced log-level of RSS-Feed Circuit Breaker - #1431

Merged
Zabuzard merged 1 commit into
developfrom
feature/rss_circuit_breaker_too_verbose
Mar 6, 2026
Merged

Reduced log-level of RSS-Feed Circuit Breaker#1431
Zabuzard merged 1 commit into
developfrom
feature/rss_circuit_breaker_too_verbose

Conversation

@Zabuzard

Copy link
Copy Markdown
Member

The RSS-Feed circuit breaker is just too noisy on PROD because our main feeds apparently are quite unstable.

It spams us every day with this:

log

We dont want to see that, its causing log-fatique. We only want to see when it failed several times so the code concludes the link might actually be dead. And such a log is still there in the code, as log.error. So all good.

it was just too noisy on PROD
@Zabuzard
Zabuzard requested a review from a team as a code ownerMarch 6, 2026 08:57
@ZabuzardZabuzard self-assigned this Mar 6, 2026
@ZabuzardZabuzard added the enhancement New feature or request label Mar 6, 2026
@sonarqubecloud

Copy link
Copy Markdown

@ZabuzardZabuzard changed the title Reudced log-level of RSS-Feed Circuit BreakerReduced log-level of RSS-Feed Circuit BreakerMar 6, 2026
@Zabuzard
Zabuzard merged commit f27f66a into developMar 6, 2026
11 checks passed
@Zabuzard
Zabuzard deleted the feature/rss_circuit_breaker_too_verbose branch March 6, 2026 09:03
@ZabuzardZabuzard mentioned this pull request Mar 13, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancementNew feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@Zabuzard@ankitsmt211@SquidXTV