Top "Cron-task" questions

cron-task is a task (command or shell script) executed periodically at certain times or dates by the cron scheduler.

How to get django-cron to work automatically

I am trying to get django-cron working and its not. I followed the instruction here to set up my cron …

django cron crontab cron-task django-cron
Crontab is not running local/bin/ script. Catalina, BigSur

I just have started to use crontab and have some problems with it. I have already read some posts about …

macos cron cron-task macos-big-sur
Adding the time to mysqldump cron job?

The following works: /usr/bin/mysqldump -u[username] -p[password] --all-databases --single-transaction > /home/[domain]/public_html/backups/full_backup_`…

unix cron mysqldump cron-task
Dynamically update nodejs cronjob period

I need to do some task periodically in my nodejs app. If it was fixed period then it is working …

node.js cron scheduled-tasks cron-task
Cronjob with password protected site (.htaccess)

I want to create a cronjob that every X time goes to open a webpage. This webpage is password protected …

.htaccess cron wget password-protection cron-task