I have made a Facebook auto post system using latest API and i want the index.php file to execute by cron job. But when cron job is run, it mails me this error and post to Facebook is not posted. But when i run the index.php on browser it runs very…
I have been tried for few hours and nearly 1 day to try with this but I failed to make it
I want to run the cron file every 10 minutes and I searched for so many tutorials but I don't know why it is not working. Anyone here who experienced in Webmin…
I have a python script I want to fire off every night at midnight. I'm using cron scheduler right now to do so, however, I can't figure out why it's not working. For now, I've been using close times (within the next minute or so) to test the…
I have a script called urlretrieve.php that I have placed on my web server. Lets say the web address is www.example.com/urlretrieve.php and when you visit this website, a file from an ftp site is downloaded called download.zip and placed into the…
Can someone help me in building the cron expression. I've a requirement where I need to run my Job on all the Saturdays at 9:00 AM in a year excluding 1st Saturday of the year.
I had tried with the below expression, but its not working..
0 0 9 ? 1…
I have a python program which extracts data and saves it in the database
I am using cron tab on my local computer as follows which works fine!
15 20 * * * python /home/ahmed/Dropbox/AppFlatForRent.py
Now i am using a similar command on my…
Im trying to setup a cron job which runs a php script every 24 hours that recreates a javascript file on the server. I have tried the following commands for cronjobs without any luck.
Note if I open/run this file from a browser it totally…
I want to set a cron job in ubuntu with this job
I have a python webscraping program which needs to be scrapped continuously after the program is terminated. In other words the flow is like this
If program is terminated, set the cron job again…
I have a crontab in the same name crontab. Need to check whether its running currently or not.
Its placed in /etc/crontab in a Linux machine.
I guess its service name is crond. So I tried grep crond.
If its wrong please confirm me?
How can I check…
I have a report that takes too long to be assembled, so I would like to make a CronJob (with rufus scheduler gem) to generate the report after midnight when there´s no traffic on my application.
The question is: do I need to save the result of the…
I Have crontab set up (on my local MacOSX system) to run a job on a per hourly basis. It runs fine. I am not sure if it is possible, but is there a way that I can run the job for 'missing' hours (in case my computer sleeps or I shut it down)?
For…
I have a cron job that I want to run that calculates a popularity rating using the Entities in my Cloud Datastore.
Entity Excerpt:
@Entity
public class Theme {
@Id
private String themeID;
public int popularity;
public void…
I have a bunch of symfony tasks to send different kind of emails. For example, I have a sendMailConfirmationTask, sendMailAlertContactTask, sendMailBlogTask etc...
My goal is to have one "master" class : sendMailBaseTask, that will, based on the…
How can you get the absolute uri (with domain and scheme (http/https)) from a batch/cron job?
The method build_absolute_uri() needs an HttpRequest, which I don't have in a cron job.