I have a wcf service which sets up jobs for quartz. It's putting jobs in the db fine.
I then have a consol app running with the same开发者_如何学运维 config which i want to actually run the jobs.
I'm setting a trigger one minute from when the job is created but the consol app never runs it.
Is there some special config i need to run to get this to work?
I am now workign wtih Mauricio to get the new castle quartz integration fimished.
精彩评论