You are here

constant ULTIMATE_CRON_LAUNCH_WINDOW in Ultimate Cron 7

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

Time in seconds to spend on launcing cron jobs.

1 use of ULTIMATE_CRON_LAUNCH_WINDOW
ultimate_cron_cron_run in ./ultimate_cron.module
The cron handler takes over the normal Drupal cron handler and runs the normal hook_cron() plus the hook_cronapi().

File

./ultimate_cron.module, line 92
@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_LAUNCH_WINDOW', 55);