Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schedule full reindex and process it by next cron run instead of executing from controller #4

Open
Koc opened this issue Sep 30, 2018 · 1 comment

Comments

@Koc
Copy link

Koc commented Sep 30, 2018

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:

  1. try to reindex big index
  2. wait
  3. 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.

@srenon
Copy link
Contributor

srenon commented Sep 30, 2018

Great idea, but this extension was mainly developed for developing environment/small site.

If this feature is of value to your business send us an email and we develop an extension to meet your need.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants