Skip to content

Commit

Permalink
Hotfix game reset corn time
Browse files Browse the repository at this point in the history
  • Loading branch information
tlsgmltjd committed May 6, 2024
1 parent 3b09e96 commit 816d01b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class ResetScheduler {
private final UserQueryDslRepository userQueryDslRepository;
private final GameQueryDslRepository gameQueryDslRepository;

@Scheduled(cron = "0 0 0 * * *")
@Scheduled(cron = "0 20 0 * * *")
public void reset() throws JobInstanceAlreadyCompleteException, JobExecutionAlreadyRunningException, JobParametersInvalidException, JobRestartException {
jobLauncher.run(
new ResetCountJob(jobRepository, platformTransactionManager, userQueryDslRepository, gameQueryDslRepository).resetJob(),
Expand Down

0 comments on commit 816d01b

Please sign in to comment.