You are here

constant ULTIMATE_CRON_QUEUE_LEASE_TIME in Ultimate Cron 8

Same name and namespace in other branches
  1. 6 ultimate_cron.module \ULTIMATE_CRON_QUEUE_LEASE_TIME
  2. 7 ultimate_cron.module \ULTIMATE_CRON_QUEUE_LEASE_TIME

Default lease time for Ultimate Cron queues.

3 uses of ULTIMATE_CRON_QUEUE_LEASE_TIME
ultimate_cron_cronapi in ./ultimate_cron.module
Implements hook_cronapi().
ultimate_cron_function_settings_form in ./ultimate_cron.admin.inc
Function settings form.
ultimate_cron_settings_form in ./ultimate_cron.admin.inc
Settings form.

File

./ultimate_cron.module, line 72
@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_QUEUE_LEASE_TIME', 30);