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 | 359 | June 17, 2023 | |
Recurring Job for each authenticated user | 0 | 720 | June 12, 2020 | |
Hangifre stops executing jobs after I delete a job | 1 | 1694 | September 23, 2016 | |
Cant edit values in database with hangfire | 5 | 1483 | May 22, 2015 | |
Method not found: 'Void Hangfire.RecurringJob.AddOrUpdate | 2 | 1573 | February 13, 2019 |