Hangfire.PostgreSql icon indicating copy to clipboard operation
Hangfire.PostgreSql copied to clipboard

PostgreSql Storage Provider for Hangfire

Results 34 Hangfire.PostgreSql issues
Sort by recently updated
recently updated
newest added

Using Hangfire version 1.9.5, found an issue when trying to `Enqueue` Hangfire jobs. The jobs are being enqueued within a `TransactionScope` that I manage. I originally got the following error:...

Hello, I am still receiving a `timestampz` related error after upgrading to 1.9.6 when trying to delete items from the Hangfire Dashboard. ```[17:08:32 WRN] hangfire:job:10:state-lock: Failed to lock with transaction...

help wanted

When configuring Hangfire in our ASP.NET Core app, we see dozens of idle connections in postgres. ![image](https://user-images.githubusercontent.com/15114387/90162680-05618780-dd63-11ea-8d0c-108078dd02e3.png) We're using MassTransit with our server worker count set to 1. With four...

help wanted
pr-needed

The SQL Server package supports SlidingInvisibilityTimeout property: https://www.hangfire.io/blog/2017/06/16/hangfire-1.6.14.html Can I simulate a similar config using Hangfire.PostgreSql? My config: ``` InvisibilityTimeout = TimeSpan.FromDays(1) ``` Some jobs take more than 30 minutes...

Hangfire.Core: v1.7.8 Hangfire.PostgreSql: v1.6.3 Hangfire.Pro: v2.2.1 Dotnet Core: v2.2 Possible deadlock in the postgresql storage connector. I don't see anything when using Trace logging for Hangfire.I think there is something...

question

It seems that you already fixed this issue in version 1.4.0, but we're getting a lot of errors like this every day, Not sure what is causing this, could it...

help wanted

Thanks for your work! We're a happy user :). One improvement I see is that I noticed TEXT datatype are used throughout for columns containing JSON instead of the more...

![image](https://user-images.githubusercontent.com/94897489/193083816-2c0a1996-d1bc-4230-9cde-a818195a386a.png). I tried by clearing the table of Hangfire.lock and even though the issue will be exist. How to resolve above issue...??

We are trying to wire up Hangfire.PostgreSql with our AspNetZero project, but after first run, and when we click on Servers tab in the Dashboard we face with the following...

Hi, sometimes my pods are rescheduled (for whatever reason, rolling restart / node upgrade / new deployment, etc.) and I get a message in my logs: ``` Worker stop requested...