Open
Description
Problem
I have dozens of jobs running during a day.
Each Notebook job an their results are persisted in DB and on disk.
Unfortunately, if I want to clean old jobs, I need to click delete button for each one twice.
Currently I have around 60 jobs a day, what makes almost impossible to clean not needed results.
Proposed Solution
It would make sense to have a possibility to clean old and outdated jobs on a scheduler.
For instance, to have an option for a job definition or globally in scheduler to remove old jobs executed N days ago.
An option to delete all jobs from job definition would also make sense to make it easy to delete all old jobs at once.