Skip to content

Commit

Permalink
Merge pull request #1826 from KyleKayfish/EMBCESSMOD-4699
Browse files Browse the repository at this point in the history
EMBCESSMOD-4699:  Updated cron expression to include second component.
  • Loading branch information
KyleKayfish authored Oct 10, 2023
2 parents 4d9f76c + 26a4d19 commit f494a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ess/src/API/EMBC.ESS/Resources/Metadata/CacheUpdater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public CacheUpdater(ITelemetryProvider telemetryProvider, ICache cache, IEssCont
this.metadataRepository = new InternalMetadataRepository(essContextFactory, mapper);
}

public string Schedule => "0/16 * * * *";
public string Schedule => "0 0/16 * * * *";

public int DegreeOfParallelism => 1;

Expand Down

0 comments on commit f494a44

Please sign in to comment.