HangfireIO / Hangfire

An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required
https://www.hangfire.io
Other
9.17k stars 1.67k forks source link

How to user NoSql Database for Hangfire #779

Open pMonfared opened 7 years ago

pMonfared commented 7 years ago

services.AddHangfire(x => x.UseSqlServerStorage("<connection string>"));

how to Config for a noSQL Db like LiteDb Or a SqlLite in .net Core??

burningice2866 commented 7 years ago

@pMonfared You should be looking for a Custom Storage package, like this one https://www.nuget.org/packages/HangFire.Mongo/

More storage packages can be found here https://www.nuget.org/packages?q=hangfire+storage