Hi All,
I run hangfire on server with two reoccurring jobs. But for some reason hangfire spawn multiple servers running on same work process but they is no reason for 7 servers. It works fine when it running just with one. I think it spawn those servers when app pool is restart by iis. I think iss sever is overload because for each request hangfire start those server again that what I can’t see in UI. After couple hours it return back to normal and create just one server.
Here is log from caught exceptions: