From 8b1f87a9395d481abaaa77a89c78c6c4a31a3465 Mon Sep 17 00:00:00 2001 From: Corey Date: Fri, 22 Jul 2022 12:37:01 +0100 Subject: [PATCH] push back the levy pull due to uncertainty around the availability of declaration api's --- .../ScheduledJobs/ImportLevyDeclarationsJob.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SFA.DAS.EmployerFinance.Jobs/ScheduledJobs/ImportLevyDeclarationsJob.cs b/src/SFA.DAS.EmployerFinance.Jobs/ScheduledJobs/ImportLevyDeclarationsJob.cs index 54f5555f10..7ab5893aa0 100644 --- a/src/SFA.DAS.EmployerFinance.Jobs/ScheduledJobs/ImportLevyDeclarationsJob.cs +++ b/src/SFA.DAS.EmployerFinance.Jobs/ScheduledJobs/ImportLevyDeclarationsJob.cs @@ -29,7 +29,7 @@ public ImportLevyDeclarationsJob( } public async Task Run( - [TimerTrigger("0 0 15 23 * *")] TimerInfo timer, + [TimerTrigger("0 0 15 26 * *")] TimerInfo timer, ILogger logger) { var now = _currentDateTime.Now;