I am using a Quartz to build a clustered ThreadPool and I have number of tasks that run at various times. What is the best way to run 1 task immanently and only once on the clustered ThreadPool. I know I can set the task to a high priority. But what is the best way to register a "one shot" task?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I feel like I must be missing something, or maybe you just overlooked this bit in the docs:
|
|||||
|
|
You can also use the TriggerBuilder class to make life a little bit easier. It's similar to what was posted before, just a little cleaner.
|
|||
|
|