-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: 이미지 업로드 알림 로직 분리 #1124
refactor: 이미지 업로드 알림 로직 분리 #1124
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
브랜치에 과거의 잔재가 남아있어요..!
확인 부탁드립니다 (__)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
conflict 해결해주세용~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다~!
|
||
@Scheduled(cron = "0 0/6 7 * * *") | ||
@Scheduled(cron = "0 30/6 10-11 * * *") | ||
@Scheduled(cron = "0 30/6 16-17 * * *") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A
한번에 여러 개 되는 지는 몰랐네요
private final CoopRepository coopRepository; | ||
private final UserTokenRepository userTokenRepository; | ||
private final CoopShopService coopShopService; | ||
private final PasswordEncoder passwordEncoder; | ||
private final JwtProvider jwtProvider; | ||
List<String> placeFilters = Arrays.asList("A코너", "B코너", "C코너"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
C
여기 접근 제어 안해줘도 되나요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오 나이스입니다
# Conflicts: # src/main/java/in/koreatech/koin/domain/coop/service/CoopService.java
🔥 연관 이슈
변경 이유 :
🚀 작업 내용
변경된 로직
모든 이미지 존재
&&오픈시간
Redis에 해당하는 키가 있음
Redis에 해당하는 키가 없음
Redis
에 키값 넣기오픈 시간 10분 전 이후
&&Redis에 해당하는 키가 없음
&&이미지가 하나라도 있음
Redis
에 키값 넣기💬 리뷰 중점사항
오래 걸렸네요..
혹시라도 이상한 부분 있는지 확인 부탁드립니다!