Scheduled.everyDay uses an invalid cron expression. const val everyDay = "0 0 0/1 * ? *" I believe the correct expression should be "0 0 * * ? *"