ArticleDeleteNotificationScheduler

@Component
class ArticleDeleteNotificationScheduler(articleAuthorService: ArticleAuthorService)

Constructors

Link copied to clipboard
constructor(articleAuthorService: ArticleAuthorService)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
@Scheduled(cron = "0 0 * * * *")
fun sendArticleUpdateNotification()

매시 정각에 현재 시간기준 -9일, +1시간 이내의 게시글을 조회해서 내일까지 수정가능합니다 알림을 전송하는 스케줄러