Tagged Questions

12
votes
7answers
2k views

cron jobs on google appengine

How can I use cron on Google Appengine?
10
votes
9answers
2k views

A cron job for rails: best practices?

What's the best way to run scheduled tasks in a Rails environment? Script/runner? Rake?
4
votes
0answers
64 views

Does 31 reads as the end of each month for cron job set? [closed]

Hi, For cron job we know we can set time as below. # +------------ Minute (0 - 59) # | +---------- Hour (0 - 23) # | | +-------- Day of the Month (1 - 31) # | | | +------ Mon …
4
votes
3answers
348 views

backing up a huge mysql table using php and a cronjob

I'm working on developing a regular dump of our database. I'm using this script to create the backup and then feeding it through a regular cron job. In the end we end up with a te …
4
votes
8answers
2k 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 a …
2
votes
3answers
78 views

Advanced cron for a perl script

I have a Perl script that needs to run following an annual schedule with specific dates and times of when to start and stop. I don't believe crontab can handle this. Is there a Per …
2
votes
5answers
116 views

How can I tell if my script is being run from a cronjob or from the command line?

I have a script and it's display show's upload progress by writing to the same console line. When the script is run from a cron job, rather than writing to a single line, I get man …
2
votes
4answers
321 views

Google App Engine for pseudo-cronjobs?

I look for a possibility to create pseudo-cronjobs as I cannot use the real jobs on UNIX. Since Python scripts can run for an unlimited period, I thought Python would be a great s …
2
votes
1answer
520 views

Simple Spring, use of ClasspathApplicationContext for standalone apps, how to reuse?

If I have a standalone main application. Say 20 classes. They all may need to interface with the beans defined by the spring configuration (ApplicationContext) at any time. I wo …
2
votes
3answers
160 views

I want to make a conditional cronjob

I have a cron job that runs every hour. It accesses an xml feed. If the xml feed is unvailable (which seems to happen once a day or so) it creates a "failure" file. This "failur …
2
votes
1answer
502 views

How do I increase timeout for a cronjob/crontab?

I have written a script that gets data from solr for which date is within the specified period, and I run the script using as a daily cron. The problem is the cronjob does not com …
2
votes
2answers
451 views

why download only for apt-get cron job

I'm putting a crontab job for updating with apt-get once a day (running Debian Lenny, there are updates almost daily). But almost all examples i've seen of this cron job invoke the …
2
votes
2answers
852 views

Free Alternative to WebCron?

A service I've been using for cheap web hosting servers without cron access is a free service called webcron. However I just got an email from them today sayign they'll no longer …
1
vote
2answers
37 views

Call a Kohana helper from cron (or any URL)

I need to call a Kohana helper (or any php MVC framework) from a Cron job. How can I do this? The server is Linux, so, I can only think of two possible solutions: 1- Open an URL fr …
1
vote
4answers
73 views

Automatic Database reads/write every second

I am making an auction website, which has an auto-bid system. This system lets people make biddings without having to be there. My question is how to implement such a system. I ha …

1 2 3 4 5 next
15 30 50 per page