Esempio n. 1
0
 def handle(self, *args, **options):
     offset = options['offset']
     subscribers = options.get('subscribers', None)
     Feed.index_all_for_search(offset=offset, subscribers=subscribers)
     
Esempio n. 2
0
 def handle(self, *args, **options):
     offset = options['offset']
     subscribers = options.get('subscribers', None)
     Feed.index_all_for_search(offset=offset, subscribers=subscribers)
     
Esempio n. 3
0
 def handle(self, *args, **options):
     offset = options['offset']
     Feed.index_all_for_search(offset=offset)
Esempio n. 4
0
 def handle(self, *args, **options):
     offset = options['offset']
     Feed.index_all_for_search(offset=offset)