Tagged Questions

2
votes
1answer
45 views

Facebook status update with PHP and Cron

Is it possible to use facebook php api and crontab to create status updates? Crontab would run the php code that sends the status update to facebook. The problem for me is the login part …
1
vote
0answers
70 views

How to write this simple cronjob in Linux (Debian)? [closed]

I need assistance in getting a cronjob to run properly in Linux (Debian). (This is my first one). I need a file to "run" once per hour a set number of times. I got this far: crontab -e no crontab …
0
votes
1answer
20 views

Curl Error 52 Empty reply from server

Hello I have a cron job setup on one server to run a backup script in PHP that is hosted on another server. The command I've been using is formatted like this: curl -sS …
0
votes
0answers
39 views

Cronjob executing multiple times at once [closed]

I have a cronjob similar to this: */1 * * * * /usr/bin/python /home/root/test.py >> /home/root/spring.1 In test.py, I am just printing the current time. After few mins of observation, I see this in …
0
votes
1answer
24 views

Crontab doesn’t run Wget with a url with parameters

Hi, I'm using Aptana Cloud without root access. WORKS: * * * * * /usr/sfw/bin/wget -qO- 'http://myproject.aptanacloud.com/myproject/myphp.php' | /bin/mail mymail@mymail.com DOESN'T WORK!: * * * …
0
votes
4answers
69 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 script I could use …
1
vote
1answer
47 views

Cron Jobs in a Zend Framework 1.8+ application?

I am using Zend Framework 1.9.6. I want to start using cron jobs. I am new to this so I'm not quite sure how to do this. I'm thinking it would be a good idea to store my crons in /myapp/scripts or …
0
votes
1answer
27 views

How to force fragment cache on rails from cron schedule?

Is there any way I can trigger a page to be fragment cached without having someone to load the page the first time? I am planning to use cron schedule, this is because my cron scheduler updates the …
1
vote
4answers
86 views

Bash script and cron anomaly

Hi all, I have a bash script that I am run to check to see if one of my programs has hung, and if it has kill it. The script works fine if ran from the command line, but if I schedule it with cron it …
2
votes
8answers
504 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?
9
votes
8answers
2k 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 …
1
vote
4answers
102 views

Render in infinity loop

Question for Python 2.6 I would like to create an simple web application which in specified time interval will run a script that modifies the data (in database). My problem is code for infinity loop …
0
votes
3answers
68 views

Running background processes after a web request

I'm interested in kicking off processes after a web request, or possibly forking a new process after the initial thread is finished. I would prefer not to use a cron, because of the nature of the the …
0
votes
3answers
238 views

How to set a complex custom crontab in google-app-engine (java)?

I am building an app for which I need to set up cron jobs. What I want to do is to set the specific minutes in a hour where specific crons should run. For instance: Task1 at 1st minute of the hour …
0
votes
1answer
33 views

Manual run works, but not cron

Hi, Have a problem with a php script to get the title of a URL. It works when I run it manually, but not when I run it through cron. Googled to get a small script to get the title of a URL: …

1 2 3 4 5 16 next
15 30 50 per page