Jamie Whittingham
Active Member
hi guys,
I can run a daily cron with the following
$hooks->addAction('console_command_daily', array($this, '_runSync'), 2000);
but how would I run that cron ever minute? i tried console_command_miniute but that didnt work.
thanks in advance.
I can run a daily cron with the following
$hooks->addAction('console_command_daily', array($this, '_runSync'), 2000);
but how would I run that cron ever minute? i tried console_command_miniute but that didnt work.
thanks in advance.