Merge remote-tracking branch 'tgabi/stop-on-error'
This commit is contained in:
commit
d03d494d30
3 changed files with 47 additions and 1 deletions
1
Command/PopulateCommand.php
Executable file → Normal file
1
Command/PopulateCommand.php
Executable file → Normal file
|
|
@ -45,6 +45,7 @@ class PopulateCommand extends ContainerAwareCommand
|
|||
->addOption('offset', null, InputOption::VALUE_REQUIRED, 'Start indexing at offset', 0)
|
||||
->addOption('sleep', null, InputOption::VALUE_REQUIRED, 'Sleep time between persisting iterations (microseconds)', 0)
|
||||
->addOption('batch-size', null, InputOption::VALUE_REQUIRED, 'Index packet size (overrides provider config option)')
|
||||
->addOption('no-stop-on-error', null, InputOption::VALUE_NONE, 'Do not stop on errors')
|
||||
->setDescription('Populates search indexes from providers')
|
||||
;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue