Hangfire icon indicating copy to clipboard operation
Hangfire copied to clipboard

Show Backgroundprocesses in dashboard

Open ogborstad opened this issue 9 years ago • 5 comments

  • Is it possible to get background processes shown in the dashboard?
  • Is it possible to add a WriteLine method to BackgroundProcessContext similar to PerformContext?

ogborstad avatar Jan 12 '16 15:01 ogborstad

What exactly data you want to show?

gandarez avatar Jan 12 '16 15:01 gandarez

Pretty similiar to what is shown for other jobs:

  • List of all background processes registered
  • What server they are running on
  • Last run completion timestamp
  • Log

Being able to monitor and health check background processes is important from an operations point of view. Lets say for example that some servers are more "important" than others based on their backgroundprocesses.

ogborstad avatar Jan 13 '16 07:01 ogborstad

Scheduling this to 2.0 release, this feature requires a lot of breaking changes for storage api. I've tried to implement this without breaking changes, but failed.

odinserj avatar Jan 13 '16 12:01 odinserj

@odinserj What's the expected release date?

gandarez avatar Jan 13 '16 13:01 gandarez

Don't know yet. There are a lot of TODOs for the 1.x line. Currently planning what to do in 2016 – better project management is required.

odinserj avatar Jan 13 '16 13:01 odinserj