Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

RT-1029 Fix for repeated logs by increasing throttle timer#20

Open
sagardjoshi wants to merge 1 commit into
developfrom
RT-1029
Open

RT-1029 Fix for repeated logs by increasing throttle timer#20
sagardjoshi wants to merge 1 commit into
developfrom
RT-1029

Conversation

@sagardjoshi

Copy link
Copy Markdown
  1. MIX_TIMER_INTERVAL timer was 1 sec hence the repeated log was getting printed continuously for more than 1 second which resulted in the flooding.

Hence I have increased the timer to 10 seconds. This will definitely decrease the frequency of the log getting printed.
I wasn't able to reproduce the original problem hence I tested this by forcing the error in the code.

2)In addition made some corrections of typo in log "max_add" to "mix_add"

3)There was an unreachable code for the first log_repeated_error call.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant