Pass Hangfire dashboard user ID to the triggered process in .NET Core app
My .NET Core 8 web application uses Hangfire to schedule a few processes and authorized users have access to the Hangfire dashboard, particularly to the Recurring Jobs screen, when they want to trigger any of the jobs manually. The jobs are declared in this manner:
Hangfire job is not scheduling
see this snapshot
please find some solution