Skip to content

Commit

Permalink
chore: 2분마다로 변경 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Nov 10, 2024
1 parent e802d88 commit e265e12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layer-api/infra/production/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ else
echo "1. get blue image"
cd ./layer-api/infra/production

echo "1.1. pull latest green image"
echo "1.1. pull latest blue image"
sudo docker-compose -f docker-compose-blue.yaml pull

echo "2. blue container up"
Expand Down
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/3 * * * *")
@Scheduled(cron = "0 0/2 * * * *")
public void updateRetrospectStatusToDone() {
log.info("Batch Start : updateRetrospectStatusToDone");

Expand Down

0 comments on commit e265e12

Please sign in to comment.