Hangifre not executing updated method

I am using hangfire to run a recurring job in Asp.Net core web application and using sql server as a storage. It is working fine. However, when method gets updated hangfire seems like running old method. It is not executing new logic. Is there a way to tell hagfire about to use latest method functionality.