Skip to content

Commit

Permalink
Test corn time
Browse files Browse the repository at this point in the history
  • Loading branch information
tlsgmltjd committed Apr 20, 2024
1 parent 378e683 commit 0fade3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class ResetScheduler {
private final UserQueryDslRepository userQueryDslRepository;
private final GameQueryDslRepository gameQueryDslRepository;

@Scheduled(cron = "0 36 16 * * *")
@Scheduled(cron = "0 45 16 * * *")
public void reset() throws JobInstanceAlreadyCompleteException, JobExecutionAlreadyRunningException, JobParametersInvalidException, JobRestartException {
Map<String, JobParameter<?>> confMap = new HashMap<>();
confMap.put("time", new JobParameter(System.currentTimeMillis(), String.class));
Expand Down

0 comments on commit 0fade3c

Please sign in to comment.