I have a cron with this expresion @Scheduled(cron = "0 0 0 30 * * *")
.
Does it run when February is finishing?
Thanks for your help
My solution: Expresion February
cron = "0 0 0 28 2 *"
Rest of the year
cron = "0 0 0 30 1,3,4,5,6,7,8,9,10,11,12 *"