Hi,
I have made an app with all my hangfire dashboards.
So no server on this machine, just multiple dashboards.
Representation is OK but when trying to requeue jobs I noticed hangfire not finding correct dlls of these jobs.
Does this mean that requeues are done by the current process and not on the connected server?
One would expect the job being reprocessed on the server and not on the dashboardclient
Greetz