I have HangFire running a in a console app. Right now, I have multiple instances of a console app with 6 background processes each. I get that I’m limited by CPU, all that other stuff.
In general - does hangfire perform better with one instance with one process, or one instance with multiple processes?
Does that question make sense?