Let's say I want to run a job for once in 06.02.2020 13:50. How can I do that?
By using expression below I can achive that it will run at 13:50 today. But it will be run next year too. But I want this to run just once.
@Scheduled(cron = "0 50 13 6 2 ?")