deb-glare/glare/cmd
Mike Fedosin fb60b14159 Implement scrubber util
Scrubber is a utility, that cleans up artifacts that have been marked
as deleted, when delayed_delete mechanism is activated. Enabling
delayed_delete option means that after delete API call, the artifact
will change its status to deleted, but it's data will not be deleted
immediately. Afterwards (according scrubber settings), scrubber will
detect the artifacts with 'deleted' statuses and delete them completely.

The scrubber can be run as a background periodically task or once as
a standalone tool.

Implements-blueprint: scrubber

Change-Id: Icada538521be927bf8e42512fa2d0be9c97c73ff
2017-07-03 07:14:22 +00:00
..
__init__.py Glare Code 2016-08-05 18:59:44 +03:00
api.py Support new OSProfiler API 2017-05-23 16:20:59 +00:00
db_manage.py Add alembic migrations 2016-08-18 12:52:22 +03:00
scrubber.py Implement scrubber util 2017-07-03 07:14:22 +00:00