How to Configure window service servers for hangfire jobs

Hi,

I am using Hangfire on sql server 2012. I have one requirement where I a have one DB server for hangfire and 2 app server where window service is installed to process the hangfire job. Now suppose there are 2 job request comes from client. So I want one job is entertained by 1 server and other by second server. So how to put logic to distribute jobs between different servers?

Regards,
Vikas Garg