1
Reply

How to deploy Hangfire jobs on Azure?

Ipsita Sethi

Ipsita Sethi

Dec 7 2017 3:27 PM
220
There is Web Api app running on Azure a scheduler job at 5:00AM that creates a hangfire jobs.
 
At this time, the Web Api app has only one available instance that is configure to scale out based on CPU metrics. These running hangfire jobs increase the CPU percentage to the limit and create new available instances of the api app.
 
How can I configure Hangfire to deploy jobs on all the available?

Answers (1)