Is it possible to have the dashboard running on a different server than the Jobs ?
Basically we have one server (WebSite ASP) where we have the dashboard setup with authentication and an other web server where the hangfire jobs are set and executed.
Problem is when we try to trigger a job we get an error of dependency that the “JobServer” or one of it’s dependency can’t be found.
Both servers point to the same database. We can see then but can be executed/triggered. Any Idea ?