Hi,
I want to run a log running task which may run for 3-4 hrs. from a web page and after the job is completed, wants to notify user about the status…
Question :
- Can I use SignalR along with Hangfire? If yes, any directions how to use?
- If I don’t use signalR,is there any push notification service exists as part of Hangfire, which will notify the UI about the job completion?
- What if I close the browser while the job is running, will the Hangfire job will be terminated?
Thanks