My succeeded job queue is at almost 5 million. I set the JobExpirationTimeout to 4 days but I still have jobs from almost a year ago which are not being removed.
http://hangfire.discourse.group/t/how-to-configure-the-retention-time-of-job/34/2?u=odinserj
Is there some other property I should be looking at? The Deleted queue is being cleared out properly.
What is the best way to immediately remove the succeeded jobs? Can I just delete from the job table where the statename = ‘Succeeded’?
I am running the latest version of hang fire.