Hello we plan to use Hangfire for invoking processes in background on a schedule.
In MVC application we use ASP.NET Identity framework. We notice that in Hangfire management jobs are not displayed per user - It always show all jobs. Can Hangfire be configured to support Job Per User and how?
1 Like