ravendb / quartznet-RavenDB

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

Exception and a fix #24

Open cadilhac opened 2 years ago

cadilhac commented 2 years ago

In RavenJobStore.SetAllTriggersOfJobToState method, triggers query should terminate by ToListAsync(cancellationToken) since the session is async. @ayende ?

ayende commented 1 year ago

Probably missed when we updated the API. Can you send a PR?