Cron url: https://www.lodhagroup.in/cron/task/iH2uwY96r4-HR26RyWEmI5xwomeIdFMRarX-lMt9TEttDOg_wfUcyDXkrcULrRL2NCz_tvm_6g code example
Example: schedule cron for 12lakh members in php
public function exec()
{
$argument_count = func_num_args();
try
{
if ( ! $argument_count) throw new Exception("There is nothing to execute, no arguments specified.");
}
catch
{
}
}