It is becoming very common for my deploys to the Integration branch in Cloud to get stuck because it is impossible to kill the crons. And when I try to SSH into the server to kill them, it takes ages to connect and is super slow. I really think I can live without crons running in Integration, so I wanted to see if there was a way to disable them permanently. I usually disable them with this command:
./vendor/bin/ece-tools cron:disable
But after performing a deploy, it re-enables them. Is there a way to prevent this?