Hangfire: How to run Hangfire server as a separate process in .NET Core when hosting in Azure

Created on 18 Oct 2016  路  2Comments  路  Source: HangfireIO/Hangfire

after reading through how to run Hangfire server in a console app or a windows service, I'm left wondering how to run Hangfire server in an Net Core application on Azure?

Is there some Azure service which would make sense for hosting the Hangfire server that is NOT in the IIS process?

Thanks!

question

Most helpful comment

@mgmccarthy We ended up making hangfire run as as webjob

All 2 comments

@mgmccarthy where did you land? Are you using a webapp?

@mgmccarthy We ended up making hangfire run as as webjob

Was this page helpful?
0 / 5 - 0 ratings