Cron job is stuck in “running” status
https://experienceleague.adobe.com/en/docs/commerce-knowledge-base/kb/troubleshooting/miscellaneous/cron-job-is-stuck-in-running-status
Solution for stopping a single cron
- Open a terminal and use your SSH keys to connect to the affected environment.
- Check long running tasks by using the following command:
date; ps aux | grep '[%]CPU\|cron\|magento\|queue' | grep -v 'grep\|cron -f'
- In the output, like in the sample output below, you’ll see current date and list of processes. The
START
column shows starting time or date of the process: