I have written a crontab to call a function with following syntax to run every 5 minutes,
*/5 * * * * curl http://localhost/domain/path/front_orders/recursive_pay/F0C473D9BD583
in the function, I have redirected to google with redirect('http://www.google.com');for test but it does not seem to work.Any suggestions..