Cron config params:
PHP Code:
'cron' => array(
/** Max number of jobs per one execution. */
'maxJobNumber' => 15,
/** Max execution time (in seconds) allocated for a sinle job. If exceeded then set to Failed.*/
'jobPeriod' => 7800,
/** Attempts to re-run failed jobs. */
'attempts' => 2
)

Leave a comment: