Please add support for Hangfire.LiteDB
See original GitHub issueI love this solution, but i can’t get it to work with Hangfire.LiteDB
, i need some sort of storage medium that can work in a docker container without a additional process and Hangfire.LiteDB fits the bill as the Hangfire.SQLite does not seem to be updated any more.
I get no exception when I do the write but no console shows up in the job.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:5 (1 by maintainers)
Top Results From Across the Web
codeyu/Hangfire.LiteDB
Search code, repositories, users, issues, pull requests... · Provide feedback · Saved searches · codeyu/Hangfire.LiteDB · Name already in use · Hangfire.LiteDB.
Read more >Extensions — Hangfire Core
Supports SQL Server, Oracle, MySQL, Firebird, PostgreSQL, DB/2. xavierjefferson · Latest version. Hangfire.LiteDB · codeyu · Latest version. Hangfire.
Read more >Hangfire.LiteDB 0.4.1
LiteDB storage implementation for Hangfire (background job system for ASP.NET applications). ... Versions Compatible and additional computed ...
Read more >Using HangFire without any Dashboard
My Database is SqlLite. As far as I found, there is no proper SQLite driver for hangfire for .NET Core. So, I decided...
Read more >Running Hangfire with .Net 6 and Lite Storage - The Long Walk
LiteDB ; var builder = WebApplication.CreateBuilder(args); // Add services to the container. builder.Services.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Testing Hangfire.Console in v0.3.0
I was looking for the same things, I dont need to persist jobs, just want a simple way to enqueue some jobs and have some basic debugging. I was going to use LiteDB with hangfire as well.