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