0
votes
1answer
42 views
Running Ruby methods via cron having issues
So I have a method that is run every 10 minutes (Background.cron) to be exact.
Background.cron loops through a set of database rows and if certain criteria are met, an ActionMaile …
1
vote
1answer
28 views
Wille php copy() work for a person viewing the site who has the site which i’m copying from blocked?
Say I use php copy(), to get a file from a site.
And then a user who is using a proxy filtering service that has that site blocked, will the site still be able to copy that file f …
0
votes
1answer
20 views
Cron on XAMPP (Mac OS)
Hi All,
I have installed XAMPP server on my Mac OS, how to setup a cron job on it?
My requirement is that i want to call a php script at regular intervals .
Thanks
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
0answers
14 views
Magento - Layered Nav Refresh Timeout - Cron Issue - Prices Disappear
Hello
This is a problem for certain Magento users. The cron is supposed to refresh the layered navigation and sometimes it times out. When it does so, the prices will disappear for …
0
votes
2answers
37 views
cron in google app engine python
i have made app using google app engine in pythonof weekly Project and assessment report submitting... i want to check that on Friday who have submitted the report and who don't ju …
0
votes
1answer
63 views
Email using cron job
i have made app using google app engine in pythonof weekly Project and assessment report submitting...
i want to check that on Friday who have submitted the report and who don't j …
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
3answers
38 views
Eval to variable failing (w/Crontab)
Here's a snippet of a bash script I'm writing to log CPU loads:
#!/bin/bash
# ... irrelevant nonsense ...
cmd1="/usr/bin/mpstat -P ALL | egrep '(AM|PM)([[:space:]]+)(0)' | tr -s ' …
0
votes
1answer
28 views
How to get the cron working when using Javan-whenever in Rails
I have setup my schedule.rb file as follows.
set :cron_log, "/log/cron_log.log"
if Rails.env.development?
every 1.minute do
runner "SomeModel.move_values"
runner "SomeOt …
0
votes
2answers
42 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
4answers
100 views
Is there an equivalent to cron in Windows?
I want to know if there is an equivalent cron in Windows and how I can use it programmatically using PHP.
0
votes
2answers
31 views
Automatically add date to .gif
Alright,
What Im looking for is a script that would automatically add a date to a .gif, which I can run daily as a cron job. I don't know perl very well, but It seems that Perl &a …
0
votes
4answers
101 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 …
0
votes
4answers
96 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 …
