Allow dumping/cleaning the job history via a ketrew subcommand #516
Open
Description
The pagination and filtering by job names using the web UI quickly becomes harder and harder as the number of (sometimes repetitive) job submissions get higher and higher. It would be great to provide a CLI-based option to dump the history (as a backup) and clean it to give the UI more breathing room.
I guess this is doable via some interaction with the underlying database, but doing it via ketrew would be better/easier.