Cron Jobs

Hi,

I am always having some issues with cron no matter what kind of cron commands I use from CP. I am using the latest release. Kindly look into the following problem.

Every minute just now Fri, 29 Dec 2017 18:22:21 +0000 Stating CSVExporter processing
Done with CSVExporter processing
Cron jobs for "minute" completed at Fri, 29 Dec 2017 18:22:21 +0000
Every five minutes just now Fri, 29 Dec 2017 18:22:21 +0000 Cron jobs for "fiveminute" completed at Fri, 29 Dec 2017 18:22:21 +0000expirationdate: Ok
Every fifteen minutes 3 minutes ago Fri, 29 Dec 2017 18:19:05 +0000 Cron jobs for "fifteenmin" completed at Fri, 29 Dec 2017 18:19:05 +0000
Every half hour 12 minutes ago Fri, 29 Dec 2017 18:10:15 +0000 Cron jobs for "halfhour" completed at Fri, 29 Dec 2017 18:10:15 +0000
Hourly 7 minutes ago Fri, 29 Dec 2017 18:15:37 +0000 Cron jobs for "hourly" completed at Fri, 29 Dec 2017 18:15:37 +0000Chat sessions cleaned up

 

The timings are not correct. Cron is calling each jobs at incorrect timing. In my CP I am using command:

***** wget -O - -q -t 1 http://myhotfb.com/cron/run/

In the OSX elgg cron file I have declared my domain as following:

<string>http://myhotfb.com/cron/run/</string&gt;

Can Someone Suggest what is the problem?

Thanks