Hangfire Executing Old Implementation

Hello,

I’m facing an issue with hangfire servers that are executing some older implementation of the method that I’m scheduling with it. All the servers should execute only the latest changes, but for some reason they seem to execute some older version of the method. The method sends push notifications. So, I think I need to refresh all the hangfire servers so that they execute only the latest code changes, so can anybody please help me with some details on how can I do it? I’m not actually sure if this could fix the issue, but I wanted to try it. However, in case I should do something else, please let me know.

Thanks.