Skip to content

Commit 3f61139

Browse files
author
jin.geonwoo
committed
hotfix: 크론 작업 비활성화
1 parent 412f539 commit 3f61139

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/projectlyrics/server/global/dev/cron/SongCollector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
@Slf4j
3535
@RequiredArgsConstructor
36-
@Profile({"prod", "dev"})
36+
@Profile("disabled") // 크론 작업 비활성화 (이전: {"prod", "dev"})
3737
@Component
3838
public class SongCollector {
3939

0 commit comments

Comments
 (0)