0
votes
4answers
43 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
0answers
32 views
Run a command every week with Cron? [closed]
Simple question- what would a crontab entry look like for a command I want to run every week on Saturday at 8:05 AM?
0
votes
2answers
17 views
cron + evolution data server + msync returning libebook-WARNING
Ok, i got a working synchronisation between mobile and evolution using opensync and the lib-evo2 module.
issueing
msynctool --sync w880i --filter-objtype note --filter-objtype e …
0
votes
4answers
85 views
How can I send an auto-generated email every x-days with php mail(), without access to cron?
Hello,
I am trying to send an email, via php's mail function to user's every 15 days to remind them of a particular item (no worries, nothing spam related). I unfortunately do no …
1
vote
2answers
32 views
Quartz job tunning
hello there is something i've realized with quartz when working.Say a cron is set to wake up every 2min with the expression 0 0/2 * * * ? .
When you run the project at say 13:10:3 …
0
votes
4answers
47 views
Edit crontab programmatically and force the daemon to refresh
Hi,
I'm trying to write a web frontend for Crontab in Ruby using the excellent CronEdit gem. I went through Dillon Cron's crontab source code and found that it updates a particula …
1
vote
2answers
40 views
Accessing SSH key from bash script running via a cron job
I've put this script together to updated a folder of forked Github repositories on a daily basis. It runs fine if I call it from a prompt, but I can' figure out how to make it util …
0
votes
2answers
29 views
How do I access an MVC function via a cron job?
Hi,
I'm using CodeIgniter (a PHP framework) to build an app, and I have an every-minute job to run with the program, 24 hours a day. I currently have it set up as:
example.com/co …
0
votes
0answers
16 views
Algorithm for computing the last time a cron expression should have triggered?
I ran into this date and time constraint problem earlier this week, and haven't really found any good approach for an algorithm. Each idea I get grinds to a halt with something lik …
0
votes
2answers
34 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
3answers
37 views
Creating crontab via Capistrano instead of using crontab -e
I would like to include cron tasks in my Capistrano deployment files instead of using the following command to manually edit the crontab file:
crontab -e [username]
Is there a sc …
3
votes
3answers
144 views
How do YOU deploy cron jobs to production?
How do people deploy/version control cronjobs to production? I'm more curious about conventions/standards people use than any particular solution, but I happen to be using git for …
0
votes
1answer
33 views
cron info sent a weird email
Hi
I got this email from cron info of my server.
"`client_errors' has different size in shared object, consider re-linking"
what is this ?
this cron job is just a simple email …
0
votes
4answers
56 views
Problems importing large xml feeds (LAMP)
Hi
Wonder if anyone can help me out with a little cron issue i am experience
The problem is that the load can spike up to 5, and the CPU usage can jump to 40%, on a dual core ' …
0
votes
6answers
80 views
bash : Make job every x days
I have a bash script runned every day via cron.
In this bash I want to run some command but only every x day (x is fixed and will be 3, 4 or 5 I don't know at the moment)
I can t …
