Skip to content

Commit

Permalink
Fix cron expression
Browse files Browse the repository at this point in the history
  • Loading branch information
Pozo committed Jul 4, 2024
1 parent 7d67283 commit 6146ecb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 6146ecb

Please sign in to comment.