diff --git a/src/main/kotlin/com/github/pozo/investmentfunds/api/grabber/GrabberService.kt b/src/main/kotlin/com/github/pozo/investmentfunds/api/grabber/GrabberService.kt index bcde38d..082c97e 100644 --- a/src/main/kotlin/com/github/pozo/investmentfunds/api/grabber/GrabberService.kt +++ b/src/main/kotlin/com/github/pozo/investmentfunds/api/grabber/GrabberService.kt @@ -21,7 +21,7 @@ class GrabberService constructor( private val format = SimpleDateFormat(DataFlowConstants.GRAB_DATA_COMMAND_DATE_FORMAT.field) - @Scheduled(cron = "0 * * * *") + @Scheduled(cron = "0 * * * * *") override fun trigger() { val latestEndDate = RedisService.jedis.get(DataFlowConstants.GRAB_DATA_LATEST_DATE_KEY.field)