I am creating a console application in which I need to perform some tasks in parallel so I am trying to use Hangfire.Net.
Can anyone please suggest me how to configure Hangfire.Net in .NET Core console application?
Kind regards,
Jatinder
I am creating a console application in which I need to perform some tasks in parallel so I am trying to use Hangfire.Net.
Can anyone please suggest me how to configure Hangfire.Net in .NET Core console application?
Kind regards,
Jatinder
Configuration of Hangfire in .Net Core is quite state forward This will store it in the database.
Code ripped from documentation