quartz.net
Is it possible to use Quartz.Net with Spring.Net to create jobs in MS SQL DB with scheduled time
I am creating GUI interface in asp.net in which users will specify a time to schedule and开发者_如何学JAVA a job which will run at sometime in the future.[详细]
2023-04-02 06:18 分类:问答Quartz.Net and passing data between chaining jobs
I\'ve got to implement a simple workflow. Some job A have to run at specified time (cron trigger). This job searches for unprocessed data (let\'s say some IThingToDo[]) and process it. Job B has to b[详细]
2023-04-01 06:21 分类:问答Quartz net Scheduler -Schedule Job
I have what should be a simple task.I create a开发者_运维技巧 new job,make ifdurable and add add using the IScheduler.AddJob method.The job is registered but for the life of me I can not figure how to[详细]
2023-03-30 03:37 分类:问答Quartz Scheduler: How to pass custom objects as JobParameter?
I am planning to write a ASP.NET page to trigger the job on demand. Currently, I am using SimpleTrigger class to trigger the job but none of the __Trigger class supports object type as value in JobPar[详细]
2023-03-29 09:10 分类:问答Possible to fire a weekly trigger immediately then on a weekly basis?
I am wondering if it is possible to use weekly trigger开发者_JAVA百科 to fire once and then go to a weekly schedule[详细]
2023-03-29 00:56 分类:问答How to check if all jobs are finished running before shutdown? - Quartz.net
I am wondering say I have a job that is executing and the windows service it is running in has been told to stop. How can I del开发者_开发技巧ay this and wait till all the jobs are finished and quartz[详细]
2023-03-28 20:49 分类:问答C# Quartz Race Condition
I am automating some tasks on my website, but I\'m currently stuck. public void Execute(JobExecutionContext context)[详细]
2023-03-27 17:08 分类:问答Quartz.NET scheduler suddenly taking a while to return a job detail
I have been using Quartz.NET in my a开发者_运维百科pplication a lot over the past few months, and its performance has always been great. Yesterday, it suddenly began taking much longer than usual to e[详细]
2023-03-27 14:46 分类:问答Quartz.Net - Quarterly starting from today
How do you create a trigger that is triggered every 3 months (quarterly) starting today. I though i could do something as simple as[详细]
2023-03-23 13:07 分类:问答the questions about quartz.net ' trigger
i know ,in quartz.net ,change a old trigger likebelow, scheduler.RescheduleJob(oldname,oldgroup,newtrigger);[详细]
2023-03-23 13:06 分类:问答