Answers for "cronjob command"

1

cronjob example

//Specify cron frequency
//e.g. run minute 0, every hour
0 */1 * * *
//enter a bash command to the script input field
//e.g. a wget command where the output isn't saved
wget -O- url_here >> /dev/null
Posted by: Guest on August-17-2020
0

run cronjob

python manage.py crontab remove
Posted by: Guest on January-07-2022
0

run cronjob

python manage.py crontab show
Posted by: Guest on January-07-2022

Browse Popular Code Answers by Language