constant ULTIMATE_CRON_MAX_EXECUTION_TIME in Ultimate Cron 8
Same name and namespace in other branches
- 6 ultimate_cron.module \ULTIMATE_CRON_MAX_EXECUTION_TIME
- 7 ultimate_cron.module \ULTIMATE_CRON_MAX_EXECUTION_TIME
Default max execution time for Ultimate Cron.
1 use of ULTIMATE_CRON_MAX_EXECUTION_TIME
- _ultimate_cron_run_hook in ./
ultimate_cron.module - This is the function that is launched into a background process. It runs the cron job and does housekeeping, pre/post execute hooks, etc.
File
- ./
ultimate_cron.module, line 62 - @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_MAX_EXECUTION_TIME', 86400);