Base solution for your next web application
Open Closed

Hangfire configuration questions/help #10448


User avatar
0
shridhar.mole created

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version?
    • 10.2
  • What is your product type (Angular or MVC)?
    • Angular
  • What is product framework type (.net framework or .net core)?
    • .Net Core

If issue related with ABP Framework

  • What is ABP Framework version?
    • 6.2

Hi,

We need to perform following two specific tasks related to Hangfire

  1. Configure log4net for Hangfire jobs to put the logs in a different file i.e. separate from main application log file
  2. Configure Hangfre Server to run as on a different machine or in another process i.e. not as part of the main application process

What would be the steps to achive this behavior with Hangfire?

Thanks in advance.


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @shridhar.mole

    1. I'm not sure how to implement this. You may check log4net documentation.
    2. For this, it is better to create a new web app and host Hangfire in this project.