Search code examples
springcron

spring scheduler cron expression every 20 mins between 11 AM to 11 PM daily


I want spring scheduler job which will run every 20 mins between 11 AM to 11 PM

Thanks in advance


Solution

  • I got the solution It was simple. I just had to give hours as 11-23 0 0/20 11-23 * * *