constant ULTIMATE_CRON_SERVICE_GROUP in Ultimate Cron 7
Same name and namespace in other branches
- 8 ultimate_cron.module \ULTIMATE_CRON_SERVICE_GROUP
- 6 ultimate_cron.module \ULTIMATE_CRON_SERVICE_GROUP
Time in seconds to spend on launcing cron jobs.
2 uses of ULTIMATE_CRON_SERVICE_GROUP
- ultimate_cron_run_hook in ./
ultimate_cron.module - Run a cron hook. Launches the cron job in a background process
- ultimate_cron_settings_form in ./
ultimate_cron.admin.inc - Settings form.
File
- ./
ultimate_cron.module, line 97 - @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_SERVICE_GROUP', 'default');