Fitment related changes

This commit is contained in:
2023-03-12 15:51:54 -04:00
parent ff20615481
commit c9e956d004
5 changed files with 18 additions and 14 deletions

View File

@@ -100,7 +100,7 @@ namespace PartSource.Automation
// //.StartsAt(DateTime.Today.AddHours(25))
// )
.HasJob<UpdatePricing>(options => options.HasInterval(new TimeSpan(24, 0, 0))
.HasJob<UpdateFitment>(options => options.HasInterval(new TimeSpan(24, 0, 0))
//.HasDependency<ExecuteSsisPackages>()
// .StartsAt(DateTime.Today.AddHours(28))
);