Hangfire with generic host

Hello guys.

I’m trying to implement hangfire with dashboard in my generic host (https://docs.microsoft.com/en-us/aspnet/core/fundamentals/host/generic-host?view=aspnetcore-3.0) console application.

The reason I’m writing here about this is that I can’t seem to find any documentation or stackoverflow threads on how to do this.

There are plenty of examples configuring it in asp.net’s startup file, but I’m having trouble implementing it in generic host, or rather don’t know how.

Anyone have any tips, examples, suggestions?