Fix Excessive Retries in ReplicatedMergeTree Background Tasks
Official CH changelog text
Fix too often retries of failed background tasks for ReplicatedMergeTree table engines family. This could lead to too verbose logging and increased CPU load. Fixes #20203. #20335 (alesapin).