Hangfire icon indicating copy to clipboard operation
Hangfire copied to clipboard

An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required

Results 386 Hangfire issues
Sort by recently updated
recently updated
newest added

### Change made Introduced a way to customize table names for Hangfire structures through additional option in `SqlServerStorageOptions`: ``` public SqlServerStorageTableConfiguration CustomTableNames ``` For MVP of the feature it is...

ERROR Message: ``` System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and...

Does Hangfire have any functionality to reset its tables and or clean them up? `Hangfire.State` can grow very large in size over time. I would like to avoid having to...

Hello, Been looking at this for days, tried different approaches, but I can't seem to find the correct solution. Situation: - 2 microservices, each having their queues, MS 1 has...

Since upgrading to release 1.7.28 (from 1.7.7), Hangfire cannot update state when our app is under load. The task is completed with success but the task state is Failed. The...

Is it possible to have something like IHttpContextAccessor in ASP.NET (let's call it IPerformContextAccessor ) where we would be able to inject it to get current job execution context? For...

I have 3 Servers Running A Microservice for External Users A Microservice for Internal Users A dedicated Node pool or sever to run Hangfire Jobs what i want to achieve...

I am running hangfire in a single web application, my application is being run on 2 physical servers but hangfire is in 1 database. At the moment, i am generating...

Hi, In my code I use GetJobData & GetMonitoringApi().JobDetails() to get both JobDetailsDto and JobData models. From these models how can I later derive the Id of the Job? I...

# Versions Hangfire version: 1.7.28 Storage: Hangfire.SqlServer 1.7.28 Docker desktop version: Docker Desktop 4.8.2 (79419) # To Reproduce When using the following docker-compose.yaml to host the database: ```yml version: '3.8'...