-
There is nothing unusual with the configuration.
I am using PostgreSQL@Docker as a DB, which is shared between Elsa and a client app on my dev machine (MacBook Pro M1).
It is completely unpredictabl…
-
I am struggling with [plugging giraffe into ASP.NET Core](https://github.com/giraffe-fsharp/Giraffe/blob/master/DOCUMENTATION.md#plugging-giraffe-into-aspnet-core).
Using a `Startup` class and the `C…
-
This is more of an epic and has to be stripped down to some working packages.
Once we are going in the direction of #25 (state-management) it might make sense to offer a dashboard that allows some mo…
-
In Asp.net Core I'm used to consume `HttpContext` accessing it from singleton instances using interface `IHttpContextAccessor` like `contextAccessor.HttpContext`.
This permits to solve some difficu…
-
I just read that LibLog has been deprecated (see https://github.com/damianh/LibLog/issues/270). Has any thought be given yet to whether Hangfire will switch to Microsoft.Extensions.Logging or a differ…
-
I want to pass custom dependencies into the method, not just the constructor, when i execute a hangfire job - how do i do this?
Explanation: My job classes are defined in a separate assembly to han…
-
I would like to throw a question for those users that are planning to use the new storage providers.
All storage packages run migrations by default against the database configured in the connection…
-
Hello, we're new to hangfire and trying to get it running. We're using an old ASP.net build with a global.asax file instead of a startup file. We have two different enviorments, dev and staging.
…
-
This is more of an observation than an issue but why does Hangfire attempt to deserialise the job before checking whether the specific Hangfire instance actually services the queue that is allocated t…
-
### Description
I am trying to `BulkInsert` a lot of rows in a table on a schedule.
Whenever hangfire first executes the function, everything runs smoothly. However second time I try to bulkinsert…