constant HOSTING_QUEUE_LOCK_TIMEOUT in Hosting 7.4
Same name and namespace in other branches
- 7.3 hosting.drush.inc \HOSTING_QUEUE_LOCK_TIMEOUT
3 uses of HOSTING_QUEUE_LOCK_TIMEOUT
- drush_hosting_dispatch in ./
dispatch.hosting.inc - Main queue processing drush command for hostmaster.
- drush_hosting_queued in queued/
hosting_queued.drush.inc - Drush command to execute hosting tasks.
- hosting_run_queue in ./
hosting.queues.inc - Run a queue specified by hook_hosting_queues()
File
- ./
hosting.drush.inc, line 9 - Drush include for the Hosting module.
Code
define('HOSTING_QUEUE_LOCK_TIMEOUT', 3600.0);