public void GetAllGitHubLabels(PerformContext context) { var gitHubService = new GitHubService(); RecurringJob.AddOrUpdate(() => gitHubService.DownloadAllLabels(context), Cron.MonthInterval(12)); }