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! We are planning to run several Quartz.NET services in a cluster. Does this Job Store implementation support the Clustered mode? If not are the plans to add this in...

- Replace BinaryFormatter - Update MongoDB driver - Update Quartz - Support .NET8

Hi, We have legacy project which uses mongodb as backend. We upgrade the spi package of your to latest preview. We use linqprovider v2. But while.using this with quartz, because...

Hi Using Quartz.Spi.MongoDbJobStore 3.1.0, .Net5.0, 64 bit. I'm trying to add some Triggers to already created jobs - (The jobs where created by another service). The two services share an...

In 4.0.0-preview.1, I am facing the following issue: "Attempt by method 'Quartz.Spi.MongoDbJobStore.Models.JobDetail.GetJobDetail()' to access method 'Quartz.Impl.JobDetailImpl.set_Key(Quartz.JobKey)' failed." Error in: JobDetail.cs, line #46

Team, We need a support for Azure Cosmos DB with .NET Mongo DB driver. Ours is a multi-tenancy architecture, so we are going with sharded collections - hence there is...

Hi! Is it possible to use this together with the `Quartz.Extensions.DependencyInjection`? I was thinking of something like this: ``` q.UsePersistentStore(ps => { ps.UseMongoDb(connectionString: MongoDbConfig.ConnectionString, prefix: "quartz"); }); ``` How would...

Hi! When trying to schedule many jobs at the same time, the following exception is bursting and consequently taking a long time to finalize the schedule: `MongoDB.Driver.Core.Operations.MongoBulkWriteOperationException em System.Private.CoreLib.dll` Follow...

**Versions**: Quartz.Spi.MongoDbJobStore 3.1.0 **Describe**: We use Quartz.Spi.MongoDbJobStore 3.1.0 in our background job system. We have our abstraction layer above. Jobs in our aplications have different jobs settings. Some Jobs need...