v.21.3Bug Fix

Fix Excessive Retries in ReplicatedMergeTree Background Tasks

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).