CadyIO / hangfire-ravendb

RavenDB job storage for Hangfire
https://www.nuget.org/packages/Hangfire.Raven/
18 stars 35 forks source link

Fix bug with getting a stale JobQueues query result that resulted in the #23

Closed patins1 closed 7 years ago

patins1 commented 7 years ago

same job being executed multiple times by different worker threads (e.g. consider a Hangfire job then sending out the same email multiple times).

AustinWinstanley commented 7 years ago

Good catch. Thanks!