Skip to content

Instantly share code, notes, and snippets.

@caktux
Created July 12, 2013 13:02
Show Gist options
  • Select an option

  • Save caktux/5984286 to your computer and use it in GitHub Desktop.

Select an option

Save caktux/5984286 to your computer and use it in GitHub Desktop.
Reset Drupal cron
drush @ALIAS vdel cron_semaphore
drush @ALIAS vdel cron_last
drush @ALIAS sqlq "delete from semaphore"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment