I need to schedule the JDBC consumer job to run everyday morning at 5 am, as far as I know, I can make the job run at 5 am when I start the job at 5 am and put 24 hours in the query interval.
But I need to schedule the first instance to start at 5 am without starting it manually (i'm lazy to wake up at 5 am :P) Is there a way to achieve this?