Skip to content

Commit

Permalink
disable europarl job
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Jun 11, 2024
1 parent d3138d1 commit 4f431d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ElectionResults.Hangfire/Jobs/Installer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public static WebApplication WithJobs(this WebApplication app)

recurringJobManager.AddOrUpdate<DownloadAndProcessTurnoutResultsJob>($"locale09062024-data-processor", x => x.Run("locale09062024", 50, false, StageCode.PROV), "*/7 * * * *");

recurringJobManager.AddOrUpdate<DownloadAndProcessTurnoutResultsJob>($"europarlamentare09062024-data-processor", x => x.Run("europarlamentare09062024", 51, true, StageCode.PROV), "*/5 * * * *");
// recurringJobManager.AddOrUpdate<DownloadAndProcessTurnoutResultsJob>($"europarlamentare09062024-data-processor", x => x.Run("europarlamentare09062024", 51, true, StageCode.PROV), "*/5 * * * *");

var electionRoundIds = crawlerOptions.Value.ElectionRounds.Select(x => x.ElectionRoundId).ToList();
var voteMonitorElectionRoundId = crawlerOptions.Value.ElectionRoundId;
Expand Down

0 comments on commit 4f431d6

Please sign in to comment.