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

Having configuration ``` InvisibilityTimeout = TimeSpan.FromMinutes(5), UseSlidingInvisibilityTimeout = true, ``` I'd expect it to let long running jobs to execute without setting huge InvisibilityTimeout. However under some circumstances (alas, can't...

In Azure we have the concept of managed identities which allows identities to connect without a password. This is handled by requesting a token from azure for a specific resource....

Hi Hangfire Postgresql Team, I had the task to connect Hangfire to a Azure Postgresql database. In Azure we have the concept of managed identities which allows identities to connect...

Regarding #384 PR - if it doest not sound good . With the help of this PR you may change DateTime type to DateTimeOffSet in PostgreSqlFetchedJob according to Npgsql Mapping...