コード例 #1
0
 def handle(self, *args, **options):
     MStatistics.collect_statistics()
コード例 #2
0
ファイル: tasks.py プロジェクト: superchink/NewsBlur
 def run(self, **kwargs):
     logging.debug(" ---> Collecting stats...")
     MStatistics.collect_statistics()
     MStatistics.delete_old_stats()
コード例 #3
0
ファイル: tasks.py プロジェクト: melody40/monorepo
 def run(self, **kwargs):
     # logging.debug(" ---> ~FBCollecting stats...")
     MStatistics.collect_statistics()
コード例 #4
0
ファイル: collect_stats.py プロジェクト: soleun/NewsBlur
    def handle(self, *args, **options):
        MStatistics.collect_statistics()

        MStatistics.delete_old_stats()
コード例 #5
0
ファイル: tasks.py プロジェクト: seekdoor/NewsBlur
def CollectStats():
    logging.debug(" ---> ~FBCollecting stats...")
    MStatistics.collect_statistics()
コード例 #6
0
ファイル: collect_stats.py プロジェクト: AnushPrem/NewsBlur
 def handle(self, *args, **options):
     MStatistics.collect_statistics()