pieceofsummer / Hangfire.Console

Job console extension for Hangfire
MIT License
436 stars 80 forks source link

Console does not update if job was requeued #131

Open vvnovitskiy opened 5 months ago

vvnovitskiy commented 5 months ago

Console does not update if job was requeued. After trigger of a job i can see console updates in real time, it's ok. But if i requeue this job, at the bottom of page in new processing section i click on "Show outdated console" (i don't know why it's called outdated because it's actual processing console) and can see, that console does not update.

In browser's devtools network tab there is no requests like http://localhost:8080/hangfire/console/89341ab7f818f93e6b0-b671-435d-b5b9-87a21d67be80?start=2 after the job was requeued, but i see them if job was triggered from recurring jobs list.

Does anyone has the same issue and any ideas how to fix it?