public async Task AddToTestingQueue(Upload upload) { upload.Status = UploadStatus.Queue; await _context.SaveChangesAsync(); _ = _testingRunner.TryStartNewWorker(); }
public Task TryStartNewRunner() => _testingRunner.TryStartNewWorker();