Question

Is there any easy way to turn off Drupal cron like setting 'Never' in admin/config/system/cron? Need to use such command in Jenkins bash script for automatic Drupal instance spin-up

Was it helpful?

Solution

This should do it

drush vset cron_safe_threshold 0
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top