I am trying to figure out how to do time scripting in PHP. Basically let\'s say in my application, I want to do 开发者_运维百科a task at timed intervals (e.g., send email notification to users everyda
I have developed a console program in C# .NET, that uses Excel Interop. The program works just fine on my development machine and in the windows server 2008, if I run it from command line.
I\'ve coded an application that generates XML files for use with a mobile phone app using Delphi 7. The application was developed using forms etc. It exits when done. Can this be run once a day as-is,
I am a very new programmer.. A website is providing a lot of zip files that i needed. It w开发者_运维问答ill be updated/uploaded new zip files weekly. What I need to do is write a program/script to do
I am writing a kind of start - pause - resume - pause - resume -(at regular intervals) kind of job in Quartz. I am using a SimpleTrigger for initial experimentation.
I need to install on one of my Windows PC\'s some software that will periodically send a short HTTP POST request to my remote development server. The request is always the same and should get sent eve
I want to find out the details of scheduled tasks running on 5 or 6 coldfusion web-servers, by just writing a single page on one of them. Is there any way to do it?
I want to call a function exactly 30 mins after a user submits a form. I was using javascript setTimeOut() function but that clears of the timer at page ref开发者_如何学Pythonresh or browser close. No
I\'m having problems retrying tasks, here is what a test task looks like from celery.decorators import task
I have a set of tasks that I would like to execute every night. These tasks include, in order, querying a database, moving and then renaming some images and updating a database table.My first thought