Drupal 8: Re-run cron while it is already running

By kenneth, Mon, 02/20/2017 - 07:18
# Execute `php-eval` drush's command to release cron's flag
drush php-eval "\Drupal::lock()->release('cron');"