Skip to content

Instantly share code, notes, and snippets.

@jlsherrill
Created February 12, 2015 20:31
Show Gist options
  • Save jlsherrill/15a0d42e00a2de92fac4 to your computer and use it in GitHub Desktop.
Save jlsherrill/15a0d42e00a2de92fac4 to your computer and use it in GitHub Desktop.
Remove pulp tasks

To remove the finished pulp tasks:

# mongo
> use pulp_database
> db.task_status.remove({state:"finished"})
> quit()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment