it's strange, i setup corn as
@Scheduled(cron= "0 0/10 * * * ? ")
It did trigger every 10 minutes, but the issue is task runs each second.
it's strange, i setup corn as
@Scheduled(cron= "0 0/10 * * * ? ")
It did trigger every 10 minutes, but the issue is task runs each second.