Magento version #:
2.2.6
Edition (EE, CE, OS, etc):
CE
Expected behavior:
Indexes was reindexed
Actual behavior:
Got timeout from nginx after long wait.
Steps to reproduce:
- try to reindex big index
- wait
- get timeout
It is better do not execute any long-running tasks using web (php-fpm+nginx). It is better fast schedule reindexation and actually execute it later on next cron run. Maybe add new status to indexers: "scheduled reindexation". Also add progressbar.