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.