CRON task does not execute. If I manually run the task starts up. The task does not run periodically. The task should be run every 10 minutes:
In the column "Next Time" in "Scheduled Task" be the date of that has already passed.
Code:
<scheduling weekday="-1" day="-1" hour="-1" minute="07, 17, 27, 37, 47, 57" />
Comment