Hi,
Im having an issue with my cron jobs getting stuck overnight
when running a ps -ef i get the following results
/bin/sh -c /opt/alt/php72/usr/bin/php /home/folder/mysite/bin/magento cron:run 2>&1 | grep -v "Ran jobs by schedule" >> /home/
/opt/alt/php72/usr/bin/php /home/myfolder/mysite/bin/magento queue:consumers:start product_action_attribute.update --single-thre
/opt/alt/php72/usr/bin/php /home/myfolder/mysite/bin/magento queue:consumers:start product_action_attribute.website.update --sin
/opt/alt/php72/usr/bin/php /home/myfolder/mysite/bin/magento queue:consumers:start exportProcessor --single-thread --max-message
/opt/alt/php72/usr/bin/php /home/myfolder/mysite/bin/magento queue:consumers:start codegeneratorProcessor --single-thread --max-
/bin/sh -c /opt/alt/php72/usr/bin/php /home/myfolder/mysite/bin/magento cron:run 2>&1 | grep -v "Ran jobs by schedule" >> /home/
/opt/alt/php72/usr/bin/php /home/myfolder/mysite/bin/magento cron:run
Where can i start on this one?