How To
How to remove an orphaned recurring job in Hangfire
if a task/integration is deleted but still appears in the recurring jobs tab within hangfire then you can follow the steps below to remove this recurring job associated to the deleted task/integration when trying to open task "aimfkjszdfneajoc0" in swimlane ui, an error "task not found" is displayed up on the bottom right side of the screen (please refer to how to open a task within swimlane ui given the task id) this happens when a task is removed but the associated recurring job doesn’t get removed this can be confirmed by running the following query in mongodb db getcollection('tasks') find({ id '\<task id>'}) if there are no results, then the task doesn't exist and the recurring job can be removed manually using hangfire > recurring jobs > select the job > press delete