Skip to content

Commit

Permalink
[#140] refactor: Job Completed 슬랙 알림 채널 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
JuHyun419 committed Sep 10, 2022
1 parent e57c213 commit 89f6238
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class JobCompletionListener(
log.info("Job {} - {}", jobStatus, jobExecution.jobInstance.jobName)

if (jobStatus == BatchStatus.COMPLETED) {
slackApi.sendSlackAlarm(
slackApi.sendSlackAlarmToVerbose(
"*`${jobExecution.jobInstance.jobName}`* - executed"
)
}
Expand Down

0 comments on commit 89f6238

Please sign in to comment.