aaP_conguyen6262
Hi
check whether the task format time is normal
crontab -l
If there is no error, it is recommended to try to reinstall cron, and then set a task for 1 minute to check whether it is running
Debian:
apt reinstall cron
systemctl restart cron
systemctl status cron
systemctl enable cron
Centos:
yum reinstall crontabs
systemctl restart crond
systemctl status crond
systemctl enable crond