From 4f431d63eddfea5d069d00c25862d40ee7154fd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrei=20Ioni=C8=9B=C4=83?= Date: Tue, 11 Jun 2024 09:32:35 +0100 Subject: [PATCH] disable europarl job --- src/ElectionResults.Hangfire/Jobs/Installer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ElectionResults.Hangfire/Jobs/Installer.cs b/src/ElectionResults.Hangfire/Jobs/Installer.cs index 0225733..46ca0a5 100644 --- a/src/ElectionResults.Hangfire/Jobs/Installer.cs +++ b/src/ElectionResults.Hangfire/Jobs/Installer.cs @@ -32,7 +32,7 @@ public static WebApplication WithJobs(this WebApplication app) recurringJobManager.AddOrUpdate($"locale09062024-data-processor", x => x.Run("locale09062024", 50, false, StageCode.PROV), "*/7 * * * *"); - recurringJobManager.AddOrUpdate($"europarlamentare09062024-data-processor", x => x.Run("europarlamentare09062024", 51, true, StageCode.PROV), "*/5 * * * *"); + // recurringJobManager.AddOrUpdate($"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;