question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Please add support for Hangfire.LiteDB

See original GitHub issue

I 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:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
felixclasecommented, Nov 11, 2019

image

Testing Hangfire.Console in v0.3.0

1reaction
bbakermmccommented, Oct 23, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found