-
I am trying to get this integrated into a project I'm working on, but are experiencing a weird issue.
When viewing the job page, the console part of the page keeps polling for "new" rows, even thou…
-
I have a pretty standard setup (using ASP.NET Core 6, following examples from hangfire.io and this github page), but the jobs are never being executed.
- plenty of documents are written to the cosm…
-
Hi,
Im trying to create time out that will trigger after `1 hour ` so i added a `Timer` activity with `durationFromSeconds(Number(getVariable("time_out"))) // time_out = 3600` i fount that the execut…
-
Some proposals for guidelines based on things I've seen recently, and over the years:
# Project documentation:
1. All projects should have a README file in their repository root that includes th…
-
The version of Newtonsoft referenced has known vulnerabilities. Anyone referencing this has to also reference a newer version of Newtonsoft to clear security scans. My solution is Newtonsoft free an…
-
I'm trying to understand scope management in LightInject by looking at the scope manger from the LightInject.Web project. The goal is to ensure that each job inside of `Hangfire` gets their own instan…
vegar updated
6 years ago
-
I am setting up test project and when I am running my tests I get below error.
```
System.InvalidOperationException : Console is already initialized
at Hangfire.Console.GlobalConfigurationExte…
-
hi guys
how we can autenticate with token in elmahCore ?
-
The default value of the lock timeout is 10min but if a job takes longer than 10min, it will spawn a new cron job, assuming that the lock timed out. So we set our lock to be more like 6 hours instead.…
-
Hi there,
Im wanting to use Hangfire with .net core and MVC.
Im wondering what Databases are supported with your hang fire core solution... Im wanting to run the application on windows and Linux s…