Hangfire icon indicating copy to clipboard operation
Hangfire copied to clipboard

Dashboard UI Show not found method: when hangfire Server and dashboard ui not at the same process

Open 1257960069 opened this issue 1 year ago • 2 comments

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?

1257960069 avatar Apr 04 '23 16:04 1257960069

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.

wertzui avatar Mar 27 '24 10:03 wertzui

I think it is not a good way just for show method name. it should show method name from db

1257960069 avatar Mar 27 '24 12:03 1257960069