CodeIgniter cron job Every minute(*****) not working in cloudways

59 Views Asked by At

I configured the cron job in Cloudways by choosing Every minute(*****) in basic tab. And it shows like this

*  *  *  *  *       wget http://example.com/cron/index  

It runs only every 5 minutes. But I need to run this by every minute. I also tried this way too

*/1  *  *  *  *      wget http://example.com/cron/index

but it also run every 5 minutes.

0

There are 0 best solutions below