How to config Hangfire with Asp.Net 5?

Yes I also get a new server, but after a few minutes it will return to just 1

Hi all,
Thanks for the detail on this thread. Got hangfire working in our ASP.NET 5 RC1 app and deployed to IIS server and using the IIS platform handler (as per instructions here: http://docs.asp.net/en/latest/publishing/iis.html)

HOWEVERā€¦ After a few hours of running Hangfire seems to ā€œinterceptā€ all requests we make to our site and the url is as follows http://oursite.internal.com/hangfire/hangfire/hangfire/hangfire/hangfire/thepagerequested/

Please note that we increased the idle time and regular time interval of the apppool in order to keep hangfire aliveā€¦

Any idea how we would start to investigate and debug this?
Thanks a million in advance!

Iā€™d really recommend to run hangfire as Windows service and not inside web app. Solved all kinds of problems for me

First of all: Thank you very much for your work on this framework!! It looks great and is really easy to use. Unfortunately IĀ“ve got a problem using Hangfire on ASP.NET Core WebApplication (.NET Framework) (compare Hangfire with .net core framework 4.6)

We absolutely want to use Hangfire for processing background Jobs in our new WebApp, because ists small, handy and has a incredible dashboard :wink:

But our projecttype is somehow not supported. Now IĀ“ve found this extension and it looks like a solution for my problems, but I canĀ“t find the IAppBuilder subApp.UseOwin()-Method. The Message is, that IAppBuilder does not contain a definition for ā€œUseOwinā€ ā€¦ Is there a using, that IĀ“m missing or any similar reason you can imagine? Would be great, if I you can help me out with this one.

Best regards