I have a site with magento 2.4 in AWS with kubernetes and I try to execute the jobs with bin/magento cron:install. This generate in crontab a new line:
The problem is when I check with command top the processes I see multiple cron:run executing:
processes overlap and causes the machine to reboot
Any suggestions to solve this problem?