Open yasinyilmaz1 opened 2 years ago
Is there a command or option such as canceling or forcing pending processes?
When I executed the following commands in crontab -e, the problem was fixed and the pending processes on sql started to work.
So why is crontab not working in the panel, because when I checked, the cron status is active and running and there is no cron error.
cd /var/www/html/utility/cipi-update && sh run.sh >> /dev/null 2>&1 cd /var/www/html && php artisan schedule:run >> /dev/null 2>&1
I used the ssl button after the websites I added through the cipi. Transactions appear to be accumulated in the database and cannot be processed. The new website is also not added because the transactions are piling up. It is added on the panel, but the vhost is not opened on the server. I'm guessing this could be a problem as there are pending transactions. How can I overcome this problem.