-
After upgrading Hangfire.SqlServer to version 1.8.15, this package no longer works. The following error gets logged when trying to execute a task:
```
System.NullReferenceException: Object referen…
-
Hi, I'm using Hangfire with Mssql.
I keep having timeout issues on recurring jobs.
Hangfire.Storage.DistributedLockTimeoutException
Timeout expired. The timeout elapsed prior to obtaining a dist…
-
We are having this start up error:
```
Creating container : [jobs]
Unhandled exception. System.AggregateException: One or more errors occurred. (DefaultTimeToLive is not set to -1. Please set t…
-
I found several issues that sound similar but never a real solution.
I have two Hangfire servers. Let's call them A and B. Server A is configured to listen to QueueA (and only QueueA, no "default" …
-
### Version
1.8.11 and 1.8.14
### Storage package
Hangfire.InMemory 0.10.3
### Configuration logic
```csharp
services.AddHangfire(configuration => configuration
.SetDataCompatibilityLev…
-
I updated my hangfire version to use the very latest update to Pro.Redis (v2.1.2), and now, I'm getting a new symptom.
My jobs ( 4300 simultaneous jobs running on ~170 machines ) ground to a halt..…
-
Hi,
Hangfire is a good tool to manage any type of background tasks. It allows to run distributed task asynchronously etc. But it is strange to see that methods which enqueue the background tasks work…
-
Rate limiting on Hangfire.PostgreSql would be a great feature, and it would be extremely useful to me.
I understand the limited resources on this project, but I wonder what it would take to impleme…
-
After installing Cultiv.Hangfire v2.3.0 on an Umbraco 10.5.1 site, when I try to schedule a Hangfire job with `RecurringJob.AddOrUpdate` within a Composer class, I get the following error:
![image](h…
-
I am using hangfire with many hangfire server and one storage. How can i prevent that each hangfire just pick the jobs that was mark that the job belongs to to it (ex.By parameter of job)