示例#1
0
 def schedule_index_subscriptions_for_search(self):
     IndexSubscriptionsForSearch.apply_async(
         kwargs=dict(user_id=self.user_id), queue='search_indexer_tasker')
示例#2
0
文件: models.py 项目: Leglek/NewsBlur
 def schedule_index_subscriptions_for_search(self):
     IndexSubscriptionsForSearch.apply_async(kwargs=dict(user_id=self.user_id), 
                                             queue='search_indexer_tasker')