Skip to content

Instantly share code, notes, and snippets.

@vladdancer
Created May 12, 2023 12:18
Show Gist options
  • Save vladdancer/7b50b4d3d5acf1616a8fe11b45c8dfee to your computer and use it in GitHub Desktop.
Save vladdancer/7b50b4d3d5acf1616a8fe11b45c8dfee to your computer and use it in GitHub Desktop.
Removing cron from semaphore
# cc Ranieri Machado, https://www.drupal.org/forum/support/post-installation/2018-10-03/attempting-to-re-run-cron-while-it-is-already-running-in#comment-13753665
drush sqlq "DELETE FROM semaphore WHERE name = 'cron';"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment