New: Ensure housekeeping task doesn't run while other tasks are running

Closes #8544
This commit is contained in:
Mark McDowall 2026-04-20 17:21:16 -07:00
parent 6d3ef494b4
commit 04d98098e0

View file

@ -4,5 +4,6 @@ namespace NzbDrone.Core.Housekeeping
{
public class HousekeepingCommand : Command
{
public override bool IsExclusive => true;
}
}