예제 #1
0
파일: sync_website.py 프로젝트: xuan6/dg
 def complete(self):
     recreate_person_video_record()
     sync_with_serverlog()
     refresh_offline_stats()
     refresh_online_stats()
     refresh_collection_partner_stats()
     setup_elastic_search()
예제 #2
0
 def complete(self):
     recreate_person_video_record()
     sync_with_serverlog()
     refresh_offline_stats()
     refresh_online_stats()
     refresh_collection_partner_stats()
     setup_elastic_search()
예제 #3
0
파일: sync_website.py 프로젝트: xuan6/dg
 def fast(self):
     sync_with_serverlog()
     refresh_collection_partner_stats()
     setup_elastic_search()
예제 #4
0
파일: sync_website.py 프로젝트: xuan6/dg
 def only_online(self):
     refresh_online_stats()
     refresh_collection_partner_stats()
     setup_elastic_search()
예제 #5
0
 def fast(self):
     sync_with_serverlog()
     refresh_collection_partner_stats()
     setup_elastic_search()
예제 #6
0
 def only_online(self):
     refresh_online_stats()
     refresh_collection_partner_stats()
     setup_elastic_search()