Skip to content

Commit

Permalink
fix: group rank scheduler 중지
Browse files Browse the repository at this point in the history
  • Loading branch information
DongGeon0908 committed Oct 9, 2024
1 parent 42d4596 commit 82641d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class GroupRankScheduler(
private val groupRankRefreshJob: GroupRankRefreshJob,
) {
/** 30초에 한번 스케줄러 동작 */
@Scheduled(fixedRate = 30000)
// @Scheduled(fixedRate = 30000)
fun runRefreshGroupRank() {
CoroutineScope(Dispatchers.IO + Job()).launch {
groupRankRefreshJob.run()
Expand Down

0 comments on commit 82641d8

Please sign in to comment.