How to properly remove Hangfire job?
I use Hangfire for running a set of recurrent jobs. Sometimes I wanted to rename these jobs. However, it is not clear how to do that.
E.g. I have the code:
How to properly remove Hangfire job?
I use Hangfire for running a set of recurrent jobs. Sometimes I wanted to rename these jobs. However, it is not clear how to do that.
E.g. I have the code:
RecurringJob.AddOrUpdate with string works, not with custom object
I had a custom “JobExecuter” to run http calls with a single instance HttpClient. Which worked:
Recurring job is executing multiple times concurrently
I have a C# Worker that uses HangFire, here is the program.cs setup: