arnoldasgudas

Results 4 comments of arnoldasgudas

Opened connection count depends on Hangfire worker count. You can limit worker count by setting `WorkerCount` property value in `BackgroundJobServerOptions`: ``` app.UseHangfireServer( new BackgroundJobServerOptions { WorkerCount = 1 }); ```...

Thanks for the pull request. Could you please provide steps how to replicate this error? I'm wondering if it would not be a problem if we would change `ExpireAt` property...

I was not able to reproduce this issue. Can you check if ExpireAt database field definition matches the following: ``ExpireAt` datetime(6) DEFAULT NULL,`

Hi Milosz, Yes, pull requests are accepted. Please raise one. Thanks