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.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Hangfire Executing Old Implementation | 0 | 368 | June 17, 2023 | |
Recurring Job for each authenticated user | 0 | 721 | June 12, 2020 | |
Looking for coding best practices for methods for recurring tasks in ASP.NET Core | 1 | 68 | January 24, 2025 | |
Hangifre stops executing jobs after I delete a job | 1 | 1719 | September 23, 2016 | |
Cant edit values in database with hangfire | 5 | 1484 | May 22, 2015 |