Dashboard and Job server in separated projects

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 ?

Did you find any solution for this?

1 Like

This should work out of the box. In my projects, I use multiple Dashboards hosted on different servers than the worker process. Sounds like a missing reference or setting for the database connection.

1 Like