def handle(self, *args, **options):
     MStatistics.collect_statistics()
Ejemplo n.º 2
0
 def run(self, **kwargs):
     logging.debug(" ---> Collecting stats...")
     MStatistics.collect_statistics()
     MStatistics.delete_old_stats()
Ejemplo n.º 3
0
 def run(self, **kwargs):
     # logging.debug(" ---> ~FBCollecting stats...")
     MStatistics.collect_statistics()
Ejemplo n.º 4
0
    def handle(self, *args, **options):
        MStatistics.collect_statistics()

        MStatistics.delete_old_stats()
Ejemplo n.º 5
0
def CollectStats():
    logging.debug(" ---> ~FBCollecting stats...")
    MStatistics.collect_statistics()
Ejemplo n.º 6
0
 def handle(self, *args, **options):
     MStatistics.collect_statistics()