Skip to content

Commit d84d743

Browse files
yuqingyangdanielluo-msft
authored andcommitted
change new syncjob
1 parent 19875e7 commit d84d743

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Service/GroupMembershipManagement/Hosts/NonProdService/Function/Activity/LoadTestingSyncJobCreator/LoadTestingSyncJobCreatorFunction.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
using System;
1111
using System.Linq;
1212
using System.Threading.Tasks;
13+
using System.Data.SqlTypes;
1314

1415
namespace Hosts.NonProdService
1516
{
@@ -73,6 +74,8 @@ public async Task CreateLoadTestingSyncJobs([ActivityTrigger] LoadTestingSyncJob
7374
ThresholdPercentageForRemovals = 20,
7475
ThresholdViolations = 0,
7576
StartDate = nextJobTime,
77+
LastRunTime = SqlDateTime.MinValue.Value.AddDays(1),
78+
IgnoreThresholdOnce = true,
7679
Query = query
7780
};
7881

0 commit comments

Comments
 (0)