Hi
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?