Exemplo n.º 1
0
    def __init__(self, rest, config):

        CherryPyPeriodicTask.__init__(self, config)
Exemplo n.º 2
0
    def __init__(self, rest, config):

        CherryPyPeriodicTask.__init__(self, config)
        self.wmstatsDB = WMStatsWriter(config.wmstats_url,
                                       reqdbURL=config.reqmgrdb_url,
                                       reqdbCouchApp=config.reqdb_couch_app)
Exemplo n.º 3
0
    def __init__(self, rest, config):

        CherryPyPeriodicTask.__init__(self, config)
Exemplo n.º 4
0
    def __init__(self, rest, config):

        CherryPyPeriodicTask.__init__(self, config)
        self.wmstatsDB = WMStatsWriter(
            config.wmstats_url, reqdbURL=config.reqmgrdb_url, reqdbCouchApp=config.reqdb_couch_app
        )