Hi, were using Hangfire successfully with a production application running on our web server (almost 20 million jobs so far with 0 failures). Hangfire is configured to use one machine using BackgroundJobServerOptions (the web server the application resides on).
I want to add Hangfire to a second application running on the same web server, but in a different app pool and I plan to point it to a separate SQL database. I want to configure Hangfire to use that same machine for its servers. Will this work?