CadyIO / hangfire-ravendb

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

changes the way the db is chosen when constructing the document store #27

Open wagich opened 7 years ago

wagich commented 7 years ago

Avoids needing access to the System database on startup by generating a direct URL to the database and not setting DefaultDatabase.

https://github.com/CadyIO/hangfire-ravendb/issues/26