You are here

public property UltimateCronSimpleScheduler::$catch_up in Ultimate Cron 7.2

File

plugins/ultimate_cron/scheduler/simple.class.php, line 24
Simple cron job scheduler for Ultimate Cron.

Class

UltimateCronSimpleScheduler
Simple scheduler.

Code

public $catch_up = array(
  '* * * * *' => 600,
  '*/15+@ * * * *' => 900,
  '*/30+@ * * * *' => 1800,
  '0+@ * * * *' => 3600,
  '0+@ */3 * * *' => 10800,
  '0+@ */6 * * *' => 21600,
  '0+@ */12 * * *' => 43200,
  '0+@ 0 * * *' => 86400,
  '0+@ 0 * * 0' => 604800,
);