Tagged Questions
Cron is a time-based job scheduler in Unix-like computer operating systems.
74
votes
9answers
63k views
How do I list all cron jobs for all users?
Is there a command or an existing script that will let me view all of a *NIX system's scheduled cron jobs at once? I'd like it to include all of the user crontabs, as well as /etc/crontab, and ...
70
votes
10answers
22k views
A cron job for rails: best practices?
What's the best way to run scheduled tasks in a Rails environment? Script/runner? Rake?
34
votes
14answers
14k views
Suggestions for a Cron like scheduler in Python?
I'm looking for a library in Python which will provide at and cron like functionality.
I'd quite like have a pure Python solution, rather than relying on tools installed on the box; this way I run on ...
31
votes
11answers
19k views
What is the Windows version of cron?
A Google search turned up software that performs the same functions as cron, but nothing built into Windows.
I'm running Windows XP Professional, but advice for any version of Windows would be ...
21
votes
7answers
213 views
Slow cronjobs on Cent OS 5
I have 1 cronjob that runs every 60 minutes but for some reason, recently, it is running slow.
Env: centos5 + apache2 + mysql5.5 + php 5.3.3 / raid 10/10k HDD / 16gig ram / 4 xeon processor
Here's ...
21
votes
3answers
6k views
Google App Engine - Task Queues vs Cron Jobs
The latest Google App Engine release supports a new Task Queue API in Python. I was comparing the capabilities of this API vs the already existing Cron service. For background jobs that are not ...
20
votes
6answers
20k views
How do I write a bash script to restart a process if it dies?
I have a python script that'll be checking a queue and performing an action on each item:
# checkqueue.py
while True:
check_queue()
do_something()
How do I write a bash script that will check ...
19
votes
9answers
8k views
16
votes
1answer
104 views
multiple cronjob same php file
i have multiple cronjobs that are setup as define:
0 1 * * * php -q /home/user/cron/cron1.php
20 1 * * * php -q /home/user/cron/cron2.php
40 1 * * * php -q /home/user/cron/cron3.php
0 2 * * * php -q ...
16
votes
4answers
18k views
How would I get a cron job to run every 30 minutes?
I'm looking to add a crontab entry to execute a script every 30 minutes, on the hour and 30 minutes past the hour or something close. I have the following, but it doesn't seem to run on 0.
*/30 * * * ...
14
votes
4answers
176 views
Non-Stop cronjob
I got a new requirement from the business about "real time" data/statistics. They want to show how our system is performing in real time.
I am not sure how to do it but here are my thoughts:
I don't ...
14
votes
2answers
101 views
php cronjob interruption
i have a cronjob in php that calculates few business rules (eg: net rev, gross rev, estimated rev, etc... using standard deviation & other math algo)
this cronjob calls multiple cron calls 3 php ...
13
votes
5answers
396 views
Ensure a PHP script is only ever run as a cron job?
How can I ensure a user can not run a PHP script and that it is only ever run as part of a cron job?
13
votes
5answers
14k views
How do you run a crontab in Cygwin on Windows?
Some cygwin commands are .exe, so you can run them with the standard Windows Scheduler, but others are not .exe extension so cant be run from dos (it seems like). For example I want updatedb to run ...
13
votes
5answers
5k views
Calculate when a cron job will be executed then next time
I have a cron "time definition"
1 * * * * (every hour at xx:01)
2 5 * * * (every day at 05:02)
0 4 3 * * (every third day of the month at 04:00)
* 2 * * 5 (every minute between 02:00 and 02:59 on ...
13
votes
16answers
7k views
Can PHP detect if its run from a cron job or from the command line?
I'm looking for way to PHP to detect if a script was run from a manual invocation on a shell (me logging in and running it), or if it was run from the crontab entry.
I have various maintenance type ...
13
votes
12answers
12k views
Create cronjob with Zend Framework
I am trying to write a cronjob controller, so I can call one website and have all modules cronjob.php executed. Now my problem is how do I do that?
Would curl be an option, so I also can count the ...
12
votes
2answers
106 views
Cronjob: Web Service query
I have a cronjob that runs every hours and parse 150,000+ records. Each record is summarized individually in a MySQL tables. I use two web services to retrieve the user information.
User demographic ...
12
votes
6answers
2k views
Does php execution stop after a user leaves the page?
I want to run a relatively time consuming script based on some form input, but I'd rather not resort to cron, so I'm wondering if a php page requested through ajax will continue to execute until ...
11
votes
8answers
3k views
How to simulate the environment cron executes a script with?
I normally have several problems with how cron executes scripts as they normally don't have my environment setup. Is there a way to invoke bash(?) in the same way cron does so I could test scripts ...
11
votes
7answers
3k views
How can I programmatically create a new cron job?
I want to be able to programatically add a new cron job, what is the best way to do this?
From my research, it seems I could dump the current crontab and then append a new one, piping that back into ...
10
votes
2answers
81 views
running processes in background php
I have few cronjob that summarize data and validate data for my site. Some of them have processes that needs to be run in background.
Example:
cronjob1.php execute cronjob2.php using exec
This ...
10
votes
4answers
2k views
Is it possible to run a cron job in a web application?
In a java web application (servlets/spring mvc), using tomcat, is it possible to run a cron job type service?
e.g. every 15 minutes, purge the log database.
Can you do this in a way that is ...
10
votes
10answers
778 views
How to improve my Algorithm to find the Hot-Topics like twitter does
I have created a cron job for my website which runs every 2hours and it counts the words in the feeds, and then displays the 10 highest count words as the hot topics.
Some thing what twitter does on ...
10
votes
2answers
431 views
If I echo a statement and no one hears it, does it ever get echoed? (PHP cron job question)
So I have a script that I debug with a bunch of echo statements. This is run every 3 minutes on my server by cron, and I sometimes leave the echo statements in there. They're not going to a browser, ...
10
votes
5answers
2k views
How do I make cron run something every “N”th minute, where n % 5 == 1?
I know that I can have something run every five minutes in cron with a line like:
*/5 * * * * /my/script
What if I don't want it running at 12:00, 12:05, 12:10, but rather at 12:01, 12:06, 12:11, ...
10
votes
5answers
7k views
How can I set cron to run certain commands every one and a half hours?
How can I set cron to run certain commands every one and a half hours?
9
votes
5answers
357 views
What is the suggested way to cron-automate ZODB packs for a production Plone instance?
Looking at plone.org to find a way to periodically pack my instance's ZODB I could only find http://plone.org/documentation/faq/how-do-i-pack-the-zodb that doesn't talk about automated packs, but just ...
9
votes
1answer
378 views
Calculate next scheduled time based on cron spec
What's an efficient way to calculate the next run time of an event given the current time and a cron spec?
I'm looking for something other than "loop through every minute checking if it matches ...
9
votes
4answers
422 views
What do I use when a cron job isn't enough? (php)
I'm trying to figure out the most efficient way to running a pretty hefty PHP task thousands of times a day. It needs to make an IMAP connection to Gmail, loop over the emails, save this info to the ...
9
votes
1answer
567 views
Badge achievement system like SO: Data being used + Criteria(instant awarding & cron jobs)
I've been looking at an open source clone of SO,
http://github.com/cnprog/CNPROG
I don't know Python/Django but I can still read whats going on,
The developers, seem to only be awarding badges with ...
9
votes
3answers
3k views
How to instruct cron to execute a job every second week?
I would like to run a job through cron that will be executed every second Tuesday at given time of day. For every Tuesday is easy:
0 6 * * Tue
But how to make it on "every second Tuesday" (or if ...
9
votes
8answers
4k views
PHP: running scheduled jobs (cron jobs)
I have a site on my webhotel I would like to run some scheduled tasks on. What methods of achieving this would you recommend?
What I’ve thought out so far is having a script included in the top of ...
8
votes
1answer
161 views
Php scripts (jobs) architecture. Is cron the ideal solution?
I am using crontab as the manager for administrative scripts and set up each job manually. Which seem to be very straight forward and perhaps ideal solution.
Problem that I realized is, that I don't ...
8
votes
2answers
694 views
Job scheduler UI widget?
Does anyone know of a good Job scheduler UI widget?
The ideal component would be a Javascript widget (hopefully JQuery) that allows a user to select a frequency which is converted to a cron ...
8
votes
3answers
729 views
Check if a php script is still running
I have a script that listens to a jabber server and responds accordingly. Though it's not supposed to stop, last night it did. Now I want to run a cron job every minute to check if the script is ...
8
votes
6answers
4k views
Run cron job only if it isn't already running
So I'm trying to set up a cron job as a sort of watchdog for a daemon that I've created. If the daemon errors out and fails, I want the cron job to periodically restart it... I'm not sure how possible ...
8
votes
5answers
5k views
How to run a CodeIgniter file through CRON?
I've tried the following method in the past:
<?php
set_time_limit(0);
$_SERVER['PATH_INFO'] = 'cron/controller/index';
$_SERVER['REQUEST_URI'] = 'cron/controller/index';
require_once('index.php');
...
8
votes
6answers
2k views
Running only one Perl script instance by cron
I need to run Perl script by cron periodically (~every 3-5 minutes). I want to ensure that only one Perl script instance will be running in a time, so next cycle won't start until the previous one is ...
8
votes
3answers
691 views
Running a Cron Job
If I have a cron job that run every 10 minutes and for some reason this one time it takes 12 minutes to run the job, will cron start another instance of my code while the previous one is still ...
8
votes
3answers
621 views
cron script to act as a queue OR a queue for cron?
I'm betting that someone has already solved this and maybe I'm using the wrong search terms for google to tell me the answer, but here is my situation.
I have a script that I want to run, but I want ...
8
votes
4answers
3k views
Specifying “all odd values” in crontab?
In crontab, I can use an asterisk to mean every value, or "*/2" to mean every even value.
Is there a way to specify every odd value? (Would something like "1+*/2" work?)
8
votes
6answers
6k views
How to run gpg from a script run by cron?
I have a script that has a part that looks like that:
for file in `ls *.tar.gz`; do
echo encrypting $file
gpg --passphrase-file /home/$USER/.gnupg/backup-passphrase \
--simple-sk-checksum -c ...
7
votes
1answer
818 views
Python: how to set virtualenv for a crontab?
I want to set up a crontab to run a Python script.
Say the script is something like:
#!/usr/bin/python
print "hello world"
Is there a way I could specify a virtualenv for that Python script to run ...
7
votes
2answers
1k views
Cron and virtualenv
I am trying to run a Django management command from cron. I am using virtualenv to keep my project sandboxed.
I have seen examples here and elsewhere that show running management commands from within ...
7
votes
3answers
2k views
Running Cron Tasks on Heroku
I've seen that Heroku charges $15/mo to run Delayed Job, and $3/mo to run cron tasks daily. Is it possible to skip that entirely and run my own cron tasks manually? Or are they somehow figuring out ...
7
votes
4answers
3k views
Django custom command and cron
I want my custom made Django command to be executed every minute. However it seems like python /path/to/project/myapp/manage.py mycommand doesn't seem to work while at the directory python manage.py ...
7
votes
10answers
7k views
How to create cronjob using bash
Does crontab have an argument for creating cronjobs without using the editor (crontab -e). If so, What would be the code create a cronjob from a bash script?
7
votes
12answers
6k views
How to emulate cron jobs on a Windows Server?
I'm running .NET on a windows box and I would like to have a function run every night at midnight. Of course since HTTP stateless and Windows doesn't have a "cron job" type function (that I know of), ...
6
votes
1answer
184 views
start-stop-daemon and python
I'm trying to start python script with start-stop-daemon:
sudo /sbin/start-stop-daemon --start --pidfile /home/loop.pid \
--user www-data --group www-data -b --make-pidfile --chuid www-data \
--exec ...