I have cron expression
0 0/45 * * * ?
Which happens to run twice, e.g. first run is 8:45 AM next run is 9:00 AM, 9:45 AM, ..10:00 AM
Is something wrong?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This cron expression says that it should run at the top of the hour (0) or 45 minutes past the hour (45). This is the expected behavior.