Hangfire in AWS autoscaled machines

I am using hangfire in an autoscaled environment. Machines are popping up and down. I notice some errors where the server name is no longer there and the job does not complete. Do I need to ensure server names are fixed when a machine is terminated and a new one comes up?
Dotnet core