Don't use PasteDeploy for scrubber and cache daemons

There are no WSGI apps involved here, no need to configure pipelines with
filters etc. All we're using PasteDeploy for is to construct an object.

Well ... there are easier ways to do that! :)

Change-Id: I4166d0071738fe587572db8f2883900408e9f097
This commit is contained in:
Mark McLoughlin
2012-06-16 16:57:56 +01:00
parent 3b4c276550
commit c44e16a538
12 changed files with 20 additions and 71 deletions

View File

@@ -88,10 +88,6 @@ class Scrubber(object):
store.create_stores()
@classmethod
def factory(cls, global_conf, **local_conf):
return cls()
def run(self, pool, event=None):
now = time.time()