I’m using Hangfire for job scheduling in console application ,but after multiple execution of my project,
jobs that is created in past executions still remain in queue and periodically execute the code.
How clear all jobs when start the project.
I’m using Hangfire for job scheduling in console application ,but after multiple execution of my project,
jobs that is created in past executions still remain in queue and periodically execute the code.
How clear all jobs when start the project.