scheduled-tasks
Generic job execution mechanism for scheduler in .net
I have developed one job scheduler which schedules dynamic events and currently starting the service at given time defined in the scheduler.[详细]
2023-03-28 21:07 分类:问答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 分类:问答Stopping <task:scheduler> tasks
Our application runs both in client server mode and in standalone mode, when server code is embedded in the client process.[详细]
2023-03-27 02:03 分类:问答Algorithm or Script for Sorting Multiple User Schedules
I have a data set that will potentially look like this: user_name time_1 time_2 time_3 Where the times are different hours on a given day they are free. There are 22 slots each week, and the user i[详细]
2023-03-26 13:49 分类:问答Automate services restart in windows server 2003
I have a Jboss service in Windows server 2003. Is there a way to schedule the service to restart automatically on a da开发者_开发百科ily basis? Put the following commands in a batch or cmd file and us[详细]
2023-03-26 05:21 分类:问答A workaround for the fact that a scheduled task in Windows requires a user to be logged in
I am running a small executable created by a third party that needs to run at regular intervals on a Windows 2008 server.This executable effectively ETLs information from one system to another and nee[详细]
2023-03-25 23:57 分类:问答How can I get the jobs that are in execution in a ScheduledThreadPoolExecutor?
I need to force the release of resources when a task is interrupted. For that, I 开发者_如何学Pythonimplemented this solution. But with this, when I call shutdown() all the task in the ScheduledThread[详细]
2023-03-25 10:15 分类:问答Python subprocess.call on sfxcl.exe not working from Windows 2003 Task Scheduler
I have written a script in Python to call SecureFX\'s commandline tool (sfxcl.exe) result = subprocess.call([securefx, \'/NoPrompt\', \'/Q\', \'/RetryCount\', retries,[详细]
2023-03-24 15:29 分类:问答Spring @Configuration (non-xml configuration) for annotation-driven tasks
Can anyone explain how to do achieve a basic configuration of a task using the @Scheduled annotation without any XML configuration? All the examples I can find use at least a minimal XML configuration[详细]
2023-03-24 05:01 分类:问答Concurrent access to groups of objects
I\'m trying to develop an application that consists of a pool of threads, using a work-stealing algorithm to concurrently execute tasks.[详细]
2023-03-24 04:55 分类:问答