I request XML information from a remote server every few minutes or so with a cron job. I store that information in a database, and then a s开发者_运维百科eparate file queries the database to display
This question will probably only make sense if you know about the whenever gem for creating cron jobs.
I am building a simple auction application. I need auctions to start and end at certain times. Should the page that displays the open auctions just run a query to find all auctions where current time
I\'m currently looking for a way that I can build a scheduling system that could run scripts at a certain date and/or time, and do it in such a way that it doesn\'t care what operating system it\'s li
Looking to do something that I think is fairly basic, but having never written a CRON job before, I\'m not really sure how to go about it.Basically, I have a simple DB query that I\'ve written:
I want to display a file upload demo in my website. So I need to delete all the files in the uploads directory every one hour.
I have first time installed th cron job for magento. THere is one module that has a cronjob setup like following in config.xml
I need Zimbra to detect an incoming email and run some code. I\'m new to Zimbra and am still learning how it all fits together, but 开发者_如何学JAVAfrom what I can tell there are a few ways to go abo
I just acquired the paid version of Heroku\'s cron, in order to run some tasks every hour. What I would like to know is the syntax I should use to actually get it to run every hour. So far I have this
I am trying to write a very simple rails backend backed up with a mysql database. It\'s very simple, I have two tables, one is the users table, tweets table, and a time for each tweet. Basically besid