chef-boneyard / opscode-pushy-server

Chef Push Jobs Server
https://docs.chef.io/push_jobs.html
Apache License 2.0
16 stars 10 forks source link

Improve support for purging older job info #110

Open markan opened 9 years ago

markan commented 9 years ago

If a user is running many push jobs they can accumulate quite a few old jobs that are no longer interesting. This slows the server down, consumes storage, and makes the listing commands less useful.

While jobs can be deleted individually, this is painful to do in bulk and should be automated.

A couple of options suggest themselves:

add a configurable expiry date for older jobs add bulk delete based on filters The first is probably the simplest to do.

markan commented 9 years ago

https://github.com/chef/chef-push/issues/4