2
votes
3answers
72 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 …
0
votes
3answers
52 views
Cakephp Shell Cronjob Controller Action Media Temple Server
Hi All,
I'm trying to create a cron job that will send a weekly newsletter. I tried creating a shell task following what Cakephp manual says. Then I go to the Media Temple Cron j …
0
votes
3answers
32 views
how to invoke ruby script containing system command with cron job?
I have a ruby script containing system command like http://gist.github.com/235833, while I ran this script from shell, it works correctly, but when I added it to my cron job list, …
0
votes
3answers
44 views
Mysql trigger/events vs Cronjob
Hello,
I have an auction website which let my users place an unlimited amount of autobiddings.
To monitor these autobiddings something has to check the database every second.
…
0
votes
2answers
51 views
MediaTemple cron jobs working on 1&1 Internet?
I've having to get a cron job that's currently working on MediaTemple (Grid Service) to work on a new 1&1 Internet account. I've yet to do this yet, but is there anything I nee …
0
votes
2answers
43 views
Running a php cron job - problem with execution time
Hello,
I have a site where I download data from one site using cUrl a then generate a image from it, which is stored on the server and displayed on other websites.
I've got every …
1
vote
2answers
32 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
66 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
vote
3answers
50 views
can php cron jobs access session variables/cookies?
hello, i am new to cron jobs and i have done much searching on this topic but i couldn't understand it fully. can cron jobs access cookies or session variables?
thanks!
0
votes
4answers
53 views
How do you get a Cronjob executing a PHP script to run longer than 30 seconds.
Could you rewrite this into a cron that will run every day for longer than 30 seconds. Also, do i need to edit the .htaccess or php.ini file in the cron.php directory to say someth …
0
votes
5answers
58 views
Getting started with cronjobs on a Mac.
I'm trying to get familiar with cron jobs, and I think I get the basic idea (scheduling, syntax, etc), But, I can't seem to get it right on my mac with Terminal - where exactly do …
0
votes
2answers
42 views
whenever gem minutely job. If minutely job takes more than one minute then what
I am plannning to use whenever gem which among other things will also run minutely rake task. If my rake task takes more than a minute then based on the output from whenever gem it …
0
votes
2answers
102 views
Regular delayed jobs
Hello,
I'm using Delayed Job to manage background work.
However I have some tasks that need to be executed at regular interval. Every hour, every day or every week for example.
F …
1
vote
4answers
73 views
What are the differences between running an executable straight from the command line and from a cron job in Linux?
I have this executable that queries a remote server for a command, executes it on the local machine and returns the stdout (and also possibly stderr) from it back to the server.
T …
0
votes
1answer
39 views
problem scheduling cron job at hostmonster
hello,
I am trying to setup cron jobs for a website hosted at hostmonster.com. At the time of configuring timestamp
when I use * * * * *
the script runs perfectly.
but wheneve …
