Ejemplo n.º 1
0
 def process_response(self, response):
     unsubscribe_to_debug_channel("controller", self.collect_controller)
Ejemplo n.º 2
0
 def process_response(self, response):
     unsubscribe_to_debug_channel("vreg", self.collect_vreg)
Ejemplo n.º 3
0
 def process_response(self, response):
     unsubscribe_to_debug_channel("rql", self.collect_rql_queries)
     unsubscribe_to_debug_channel("sql", self.collect_sql_queries)
Ejemplo n.º 4
0
    def process_response(self, response):
        unsubscribe_to_debug_channel("registry_decisions",
                                     self.collect_registry_decisions)
        unsubscribe_to_debug_channel("vreg", self.collect_vreg)

        self.link_registry_to_their_key()