-
Suggestion
-
Resolution: Unresolved
-
None
-
0
-
Issue Summary
When trying to create a CRON expression to start at the second 00 and run every 10 minutes (using the SCHEDULED trigger), A4J seems to ignore the first 0 in the expression and starts at a different second than 0.
Steps to Reproduce
- Create a rule and set the trigger to SCHEDULED by the below CRON expression
- Add a CRON expression that should start in 0 seconds
Expected Results
- e.g CRON to run every 10 minutes, starting from the 0 seconds (0 0/10 * * * ? *)
- 8:00:00 pm
- 8:10:00 pm
- 8:20:00 pm
Actual Results
- Automation seems to ignore the first 0 in the expression
- 8:00:51 pm
- 8:10:51 pm
- 8:20:51 pm
- links to