Automatic Additional Server Creation Causing Job Issues

All of a sudden, Hangfire has started spinning up a new server automatically while a task is in process. The task in process is getting kicked off a second time while the original is still processing. Because of this, it is causing the second job to fail due to write access and then the original stops processing as well.

I have no idea why additional servers are being spun up or how to restrict it to 1 server max, Any help would be greatly appreciated.