Skip to content

Commit

Permalink
chore: 크론 임시 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Nov 10, 2024
1 parent 95e800f commit 1db86fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layer-batch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ COPY ${JAR_FILE} layer-batch.jar

ENV SPRING_PROFILE=${SPRING_PROFILE}

ENTRYPOINT ["java", "-Duser.timezone=Asia/Seoul","-jar" ,"layer-batch.jar"]
ENTRYPOINT ["java", "-Duser.timezone=Asia/Seoul","-Dspring.profiles.active=prod" ,"-jar" ,"layer-batch.jar"]
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class RetrospectScheduler {
/**
* @note: 1시간마다 실행된다.
*/
@Scheduled(cron = "0 0 * * * *")
@Scheduled(cron = "0 0/3 * * * *")
public void updateRetrospectStatusToDone() {
log.info("Batch Start : updateRetrospectStatusToDone");

Expand Down

0 comments on commit 1db86fe

Please sign in to comment.