cron
Display time a cron job pulled data from a remote server
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[详细]
2023-03-28 10:16 分类:问答How to detect Rails environment inside whenever
This question will probably only make sense if you know about the whenever gem for creating cron jobs.[详细]
2023-03-28 07:53 分类:问答Making an auction script start and stop auctions at specific times.
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[详细]
2023-03-28 07:26 分类:问答Are there any platform agnostic ways to schedule tasks using PHP?
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[详细]
2023-03-28 06:11 分类:问答Create CRON job to get/send database value
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:[详细]
2023-03-28 05:35 分类:问答How to delete files of a directory in a web server periodically?
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.[详细]
2023-03-27 17:54 分类:问答Magento Cron file inclusion error
I have first time installed th cron job for magento. THere is one module that has a cronjob setup like following in config.xml[详细]
2023-03-27 12:18 分类:问答Zimbra: Modifying to Send Email on Email Recieved
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[详细]
2023-03-27 08:32 分类:问答What's the syntax to run a cron job on heroku every hour?
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[详细]
2023-03-27 07:34 分类:问答writing a scheduler and backend in rails
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[详细]
2023-03-27 03:22 分类:问答