ravendb / quartznet-RavenDB

RavenDB JobStore support for Quartz.NET scheduler.
Apache License 2.0
27 stars 19 forks source link

Bug: a job decorated with DisallowConcurrentExecutionAttribute does not start #21

Closed cadilhac closed 2 years ago

cadilhac commented 2 years ago

As title says, if a job has this attibute, it does not start (I use a simple trigger to fire once). Remove this attribute and it works. This problem does not happen with the RamStore.

cadilhac commented 2 years ago

Test app is here. It showcases 3 issues in total.