armghan3071
Hi, please check if your cron is running:
debian:
systemctl status cron
centos:
systemctl status crond
If it is not running, start cron and set it to start on boot
debian:
systemctl start cron
centos:
systemctl start crond
allow boot
debian:
systemctl enable cron
centos:
systemctl enable crond