scheduled-tasks
Do not run Spring @Scheduled task on certain machine
Our web app has few scheduled tasks and we like this feature of Spring so much, many have started relying on it. We have a \'pilot\' machine which shares the same configuration/db as prod machines. Si[详细]
2023-03-23 21:06 分类:问答Retrieving a task instance scheduled with ScheduledExecutorService
I got a ScheduledExecutorService for task scheduling in a JEE environment. Some of those task are leaving resources opened when they are interrupted with ScheduledExecutorService.shutdownNow() (e.g. o[详细]
2023-03-23 15:01 分类:问答Can I persist Triggers myself in Quartz.NET?
My product already has the idea of tasks built into it.Currently they can be triggered by various system events.I would like to add the ability to schedule them, and Quarts.NET seems to be a good sche[详细]
2023-03-22 20:44 分类:问答Quartz.NET Cron Expression for recurring after particular weeks
What would be cron expression for following 开发者_Python百科two cases: I am afraid this is not possible with a sigle Cron expression.[详细]
2023-03-22 09:58 分类:问答Ways to perform scheduled tasks - Windows / .NET
My issue is pretty simple. I have an application that should be executed automatically once a day. I have no prior experience with this kind of scenario (some time ago I worked with IBM Control-M but[详细]
2023-03-22 03:05 分类:问答Slow down with combining @Scheduled and @Configurable
we just move our definition of cron jobs from xml based definitions to annotation driven with <task:annotation-driven />[详细]
2023-03-21 13:03 分类:问答running an R script in batch mode without the command prompt popping up
I have a scheduled task (using SCHTASKS) to run every minute. SCHTASKS /Create /SC MINUTE /MO 1 /TN READSCALE /TR \"Rcmd BATCH --vanilla --slave q:\\workspace\\waga\\readScale.R\"[详细]
2023-03-21 05:58 分类:问答Multiple IE windows open up for a Watin based exe scheduled through Windows Scheduler
I have developed an application using watin to test a website. I run the job every 15 minutes, and as long as I was running this with an admin account on the Windows 2008 server, there were no issues.[详细]
2023-03-21 03:52 分类:问答How to return windows scheduled task list with php
I need a what for PHP to return all of Windows\' (XP) Scheduled Tasks - is this possible?I\'m creating a scheduling script and the user needs to be able to view what time slots are 开发者_StackOverflo[详细]
2023-03-21 02:05 分类:问答Quartz.Net - update/delete jobs/triggers
I\'m using Quartz to pull latest tasks (from another source), it then adds it in as a job, creates triggers etc per each task. - Easy.[详细]
2023-03-20 18:53 分类:问答