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

  1. Open a terminal and use your SSH keys to connect to the affected environment.
  2. Check long running tasks by using the following command:date; ps aux | grep '[%]CPU\|cron\|magento\|queue' | grep -v 'grep\|cron -f'
  3. 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: