원인 : 스프링 부트 스케쥴러와 트랙잭션을 따로 동작시키면 Error getting access token for service account 오류가 발생 @Service @Transactional class NotiService { private val pushInfoJpaRepo: PushInfoJpaRepo, ) { val log = KotlinLogging.logger {} fun sendPush(repeatedPushResults: List?) { val pushReservedInfo = PushReservedInfo() if (repeatedPushResults != null) { for (repeatedPushResult in repeatedPushResults) { if (userNtcnS..