示例#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 only_online(self):
     refresh_online_stats()
     refresh_collection_partner_stats()
     setup_elastic_search()
示例#4
0
 def only_online(self):
     refresh_online_stats()
     refresh_collection_partner_stats()
     setup_elastic_search()