Skip to content

Commit

Permalink
스프링 배치 시간 변경 (#187)
Browse files Browse the repository at this point in the history
* ✨ Feat : 멀티모듈 적용 및 FCM 구현

* 🔨 코드리뷰 반영

* 👷 Ci : deploy.yml 수정

* 👷 Ci : deploy.yml 수정

git push origin feature/156

* ebextensions 수정

* 👷 Ci : deploy.yml 오타 수정

* ci 스크립트 수정

* ci/cd 트러블 슈팅

* ci/cd 트러블 슈팅

* ci/cd 트러블슈팅

* 🐛 Fix : accessToken 테스트를 위한 유효시간 임시 변경

* 🐛 Fix : 리프레시 토큰 무조건 access Token과 재발급 되도록 수정

* 🐛 Fix : 토큰 관련 spring security 설정 수정

* 🐛 Fix : access token, refresh 토큰 유효시간 수정

* 🐛 Fix : v2에도 적용

* ♻️ Refactor : spring batch 시간 테스트를 위해 변경
  • Loading branch information
CYY1007 authored Feb 17, 2024
1 parent 62dcaf2 commit 0049ee0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class DailyPush {
private final Job job;

// 초 분 시 일 월 요일
@Scheduled(cron = "0 0 8,17 * * *")
@Scheduled(cron = "0 0 8,11,14,17,20,21 * * *")
public void requestDailyTopicFcmJob(){
log.info("daily alarm launched");
try {
Expand Down

0 comments on commit 0049ee0

Please sign in to comment.