mongodb-quartz-net icon indicating copy to clipboard operation
mongodb-quartz-net copied to clipboard

MongoDB Job Store for Quartz.NET

Results 14 mongodb-quartz-net issues
Sort by recently updated
recently updated
newest added

Hi! I have a problem with using other time zones in my trigger. The timezone doesnt change. I´m using it like this .WithSchedule(cronScheduleBuilder.InTimeZone(TimeZoneInfo.Local)). But I always have one hour less...

Afaik, the `GetJobDetail()` is supposed to return null for invalid jobs. In 3.1.0 (and 4.0.0-preview.3) the GetJobDetail() method raises exceptions instead of returning null in a few cases. While this...

I am trying to use this package but whenever I trigger a job I get the following error: ``` An error occurred instantiating job to be executed. job= 'DEFAULT.FileWatcherJob, message=Method...

"Quartz.JobPersistenceException: Unable to add lock instance for lock TriggerAccess on NON_CLUSTERED\n ---> System.Exception: Unable to add lock instance for lock TriggerAccess on NON_CLUSTERED\n at Quartz.Spi.MongoDbJobStore.LockManager.AddLock(LockInstance lockInstance). This exception is not...