Skip to content

Commit

Permalink
updating scheduled time for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin-ebi committed Jan 24, 2024
1 parent 1451e6b commit 0f2eec6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public ChecksumSetter(ChromosomeService chromosomeService, Md5ChecksumRetriever
this.md5ChecksumRetriever = md5ChecksumRetriever;
}

@Scheduled(cron = "0 0 0 ? * TUE")
@Scheduled(cron = "0 0 1 ? * THU")
public void updateMd5CheckSumForAllAssemblies() {
scheduledToRunMD5ChecksumUpdateTasks = new HashSet<>();
List<String> assemblyList = chromosomeService.getAssembliesWhereChromosomeMd5ChecksumIsNull();
Expand Down

0 comments on commit 0f2eec6

Please sign in to comment.