* [ ] implement a `prune` function in `blaze.db.api` * [ ] create a new job type called `job-prune` * [ ] create a operation called $prune that starts a new prune job using async request pattern * [ ] add cron like functionality to the job scheduler in order to schedule the prune job in regular intervals This issue is part of #399.