scheduling
C# Finding Next Active Day of Week
I\'ve got a C# class I\'m working with representing a profile that includes some scheduling information indicating how many updates during the day, and which days to update with boolean values for eac[详细]
2023-04-09 18:31 分类:问答Quartz.NET trigger: run once in a specified interval
I\'m using the Quartz.NET library in a Windows service to run a daily job among others. I\'m using AdoJobStore. Basically I want my job to be executed once any time between midnight and 1AM for exampl[详细]
2023-04-09 14:49 分类:问答Surely schedulers aren't this harmful? Don't we have better APIs?
I\'m wondering what APIs are available to avoid the following problem. Casting my mind back to Operating System lectures on my old CS course, the topic was multiprocess scheduling and concurrent I/O.[详细]
2023-04-09 04:57 分类:问答Does Quartz.NET trigger a misfire if the Windows service was stopped?
I\'m using the Quartz.NET dll with AdoJobStore inside a Windows service. I noticed that the tutorial isn\'t very clear about misfires.[详细]
2023-04-08 19:47 分类:问答Quartz.NET job configurared to run once daily works the first day but fails to fire on subsequent days
I\'ve configured quartz.net within my asp.net application and I have a job set to run daily at 1am. If I change the job-config.xml file to have the job run in 2 minutes time, the change is automatical[详细]
2023-04-08 17:16 分类:问答How does DateTimeOffset deal with daylight saving time?
I am storing schedules in the database as a day of the week, hour and minute. When the data is read we create a DateTime object for the next occurrence of that day, hour and minute, but I need to modi[详细]
2023-04-08 06:43 分类:问答How to do multiple publication scheduling in C# service?
I have one service which is listening forposition updates coming from upstream system. Now there are multiple consumers of this position updates.[详细]
2023-04-07 00:27 分类:问答How to Pass Arguments to Timertask Run Method
I have a method and I want it to be scheduled for execution in later times. The scheduling time and method\'s arguments depend on user inputs.[详细]
2023-04-06 20:34 分类:问答C# method to retrieve a Work time slots based on few parameters
Could someone help me write a method in c# that would accept follo开发者_如何学Pythonwing parameters and provide a list of working times.[详细]
2023-04-03 14:55 分类:问答scheduling a job every minute Rails 3.1 on Heroku
I want to run a task every minute on Heroku to check if conditions are met to time-out certain user tasks.I can only run a Heroku cron job every hour, so what开发者_运维技巧\'s the best way to set up[详细]
2023-04-02 11:22 分类:问答