3
# Copyright 2011 Canonical Ltd. This software is licensed under the
4
# GNU Affero General Public License version 3 (see the file LICENSE).
6
"""Database garbage collector, every 5 minutes.
8
Remove or archive unwanted data. Detect, warn and possibly repair data
17
from lp.scripts.garbo import FrequentDatabaseGarbageCollector
20
if __name__ == '__main__':
21
script = FrequentDatabaseGarbageCollector()
22
script.continue_on_failure = True