Created
May 12, 2023 12:18
-
-
Save vladdancer/7b50b4d3d5acf1616a8fe11b45c8dfee to your computer and use it in GitHub Desktop.
Removing cron from semaphore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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