Skip to content

Commit

Permalink
fix: discord batch 비활성화
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdtkdgns committed Sep 15, 2024
1 parent bc4c91e commit c51eef0
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ class ResendFailedSentDiscordMessageScheduler(
) {
private val logger = KotlinLogging.logger { }

@Scheduled(
fixedRate = 1000 * 60,
initialDelayString = "\${oksusu.scheduled-tasks.resend-failed-sent-discord-message.initial-delay:100}"
)
// @Scheduled(
// fixedRate = 1000 * 60,
// initialDelayString = "\${oksusu.scheduled-tasks.resend-failed-sent-discord-message.initial-delay:100}"
// )
fun resendFailedSentDiscordMessageJob() {
if (environment.isProd()) {
CoroutineScope(Dispatchers.IO + coroutineExceptionHandler.handler).launch {
Expand Down

0 comments on commit c51eef0

Please sign in to comment.