Top "Cron" questions

Cron is a time-based job scheduler running as a daemon process in Unix-like computer operating systems.

How to get a unix script to run every 15 seconds?

I've seen a few solutions, including watch and simply running a looping (and sleeping) script in the background, but nothing …

unix cron command sleep
How to set a cron job to run at a exact time?

I have a cron job that runs once a day. But I would like to make it run at midnight …

cron
Scheduling Python Script to run every hour accurately

Before I ask, Cron Jobs and Task Scheduler will be my last options, this script will be used across Windows …

python python-3.x cron scheduled-tasks cron-task
Using WGET to run a cronjob PHP

I tried to do a cron and run a url every 5 mintues. I tried to use WGET however I dont …

php linux cron wget
How do you run a crontab in Cygwin on Windows?

Some cygwin commands are .exe files, so you can run them with the standard Windows Scheduler, but others don't have …

windows cygwin cron crontab
CronJob not running

I have set up a cronjob for root user in ubuntu environment as follows by typing crontab -e 34 11 * * * sh /srv/…

linux cron ubuntu-12.04
Why I've got no crontab entry on OS X when using vim?

I would like to use cron on my Mac. I choose it over launchd, because I want to be able …

macos vim cron
How to schedule a function to run every hour on Flask?

I have a Flask web hosting with no access to cron command. How can I execute some Python function every …

python asynchronous flask cron scheduled-tasks
Run cron job only if it isn't already running

I'm trying to set up a cron job as a sort of watchdog for a daemon that I've created. If …

linux bash cron watchdog
what does it mean "(include_path='.:/usr/share/pear:/usr/share/php')"?

I have file structure on EC2 like : but facing some file referencing problem. index.php -db -config.php -cron -cron1.…

php path cron apache2 include-path