로컬실행 막기 수정
This commit is contained in:
@@ -28,9 +28,9 @@ public class MemberInactiveJobService {
|
|||||||
@Scheduled(cron = "0 0 1 * * *")
|
@Scheduled(cron = "0 0 1 * * *")
|
||||||
public void memberActive28daysToInactive() {
|
public void memberActive28daysToInactive() {
|
||||||
|
|
||||||
// if (isLocalProfile()) {
|
if (isLocalProfile()) {
|
||||||
// return;
|
return;
|
||||||
// }
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
List<MemberInfo> list = memberInactiveJobCoreService.findInactiveLabelerReviewer();
|
List<MemberInfo> list = memberInactiveJobCoreService.findInactiveLabelerReviewer();
|
||||||
|
|||||||
Reference in New Issue
Block a user