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

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