Hangfire
Hangfire copied to clipboard
Dashboard UI Show not found method: when hangfire Server and dashboard ui not at the same process
I think I just need a web, and it hosted many Dashboard UI with many storage, the web server not including HangfireServer Lib class and interface. It just for view jobs details. Can we split dashboard ui and hangfire server?
You need to create a separate Assembly (maybe NuGet) to hold your Interfaces. Then you reference that Assembly from both the Server executing the Jobs and the Server running the Dashboard.
I think it is not a good way just for show method name. it should show method name from db