0

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

Jokerius
  • 1,310
  • 1
  • 14
  • 22

1 Answers1

3

This should do it

drush vset cron_safe_threshold 0
Clive
  • 36,918
  • 8
  • 87
  • 113