Skip to content

Commit 4a15872

Browse files
Removed includeFutureJobs from the JobScheduler console app
1 parent 9a32148 commit 4a15872

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

Service/GroupMembershipManagement/Hosts/JobScheduler/ConsoleApp/Program.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,8 @@
88
using DIConcreteTypes;
99
using Services.Contracts;
1010
using Repositories.Contracts;
11-
using Azure.Identity;
12-
using Azure.Monitor.Query;
1311
using Repositories.EntityFramework;
1412
using Repositories.EntityFramework.Contexts;
15-
using Microsoft.ApplicationInsights.Extensibility.Implementation;
1613
using Microsoft.EntityFrameworkCore;
1714

1815
namespace JobScheduler
@@ -45,7 +42,6 @@ private static async Task Main(string[] args)
4542
appSettings.ResetJobs,
4643
appSettings.DaysToAddForReset,
4744
appSettings.DistributeJobs,
48-
appSettings.IncludeFutureJobs,
4945
appSettings.StartTimeDelayMinutes,
5046
appSettings.DelayBetweenSyncsSeconds,
5147
appSettings.DefaultRuntimeSeconds,

Service/GroupMembershipManagement/Hosts/JobScheduler/ConsoleApp/Settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"resetJobs": "",
77
"daysToAddForReset": "",
88
"distributeJobs": "",
9-
"includeFutureJobs": "",
109
"defaultRuntime": "",
1110
"startTimeDelayMinutes": "",
1211
"delayBetweenSyncsSeconds": "",

0 commit comments

Comments
 (0)