v.25.9Bug Fix (user-visible misbehavior in an official stable release)
Limit the number of tasks of each
Limit the number of tasks of each type inBackgroundSchedulePool. Avoid situations when all slots are occupied by task of one type, while other tasks are starving. Also avoids deadlocks when tasks wait for each other. This is controlled bybackground_schedule_pool_max_parallel_tasks_per_type_ratioserver setting. #84008 (Alexander Tokmakov).