returnCreateResponse(CreateErrorXML(429,$"Indexer is disabled till {blockedIndexerStatus.DisabledTill.Value.ToLocalTime()} due to recent failures."),statusCode:StatusCodes.Status429TooManyRequests);
returnCreateResponse(CreateErrorXML(429,$"Indexer is disabled till {blockedIndexerStatusPre.DisabledTill.Value.ToLocalTime()} due to recent failures."),statusCode:StatusCodes.Status429TooManyRequests);
}
// TODO Optimize this so it's not called here and in ReleaseSearchService (for manual search)
returnCreateResponse(CreateErrorXML(429,$"Indexer is disabled till {blockedIndexerStatusPost.DisabledTill.Value.ToLocalTime()} due to recent failures."),statusCode:StatusCodes.Status429TooManyRequests);