You are here

constant ULTIMATE_CRON_CATCH_UP in Ultimate Cron 7

Same name and namespace in other branches
  1. 8 ultimate_cron.module \ULTIMATE_CRON_CATCH_UP
  2. 6 ultimate_cron.module \ULTIMATE_CRON_CATCH_UP

Default catch up time for Ultimate Cron.

3 uses of ULTIMATE_CRON_CATCH_UP
ultimate_cron_function_settings_form in ./ultimate_cron.admin.inc
Function settings form.
ultimate_cron_settings_form in ./ultimate_cron.admin.inc
Settings form.
_ultimate_cron_default_settings in ./ultimate_cron.module
Smelly code; $default_rule determines if we should populate ...

File

./ultimate_cron.module, line 67
@todo Add filter on overview page. @todo Add log view (with graph). @todo Make proper markup for overview page. @todo Refactor drush stuff, too many intimate relations with Background Process @todo Refactor Cron % offset stuff. Too mixed up and…

Code

define('ULTIMATE_CRON_CATCH_UP', 300);