Garbage collector step
authorSapan Bhatia <gwsapan@gmail.com>
Tue, 3 Sep 2013 15:45:46 +0000 (11:45 -0400)
committerSapan Bhatia <gwsapan@gmail.com>
Tue, 3 Sep 2013 15:45:46 +0000 (11:45 -0400)
planetstack/observer/steps/garbage_collector.py [new file with mode: 0644]

diff --git a/planetstack/observer/steps/garbage_collector.py b/planetstack/observer/steps/garbage_collector.py
new file mode 100644 (file)
index 0000000..f03577c
--- /dev/null
@@ -0,0 +1,11 @@
+import os
+import base64
+from planetstack.config import Config
+
+class GarbageCollector(SyncStep):
+       requested_interval = 86400
+       provides=[]
+
+       def call(self):
+               pass
+