I am trying to add custom messages to the console page for instance number of records process or response information received from a service call. Is there a way to add t his information to the Processing state?
Here is where my lack of being an expert with HangFire comes into play. I am assuming that the console is different than the web dashboard or is it the same?
Besides that is looks like a perfect solution.
Console is an extension for Hangfire’s web dashboard. It extends the Processing state renderer, so you can output extra information there.
And it works like an absolute charm, thanks Pieceofsummer. It even does progress bars.