zero1 / module-indexes
Enables you to use Mdoq for your magento site
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:magento2-module
Suggests
- mdoq/module-connector: Improves DevOps for Magento2
This package is auto-updated.
Last update: 2024-10-28 21:02:29 UTC
README
Add index commands and logging to the index process.
All the commands added are normally ran by the cron (group index), this just allows them to be ran on demmand.
This shouldn't be ran, whilst cron is running, as 2 process running the same thing may cause issues.
Commands
indexer:clean-changelogs
- clear down change logs (runs afterindexer:update-mview
)indexer:reindex-all-invalid
- trigger a full reindex of all invalid indexes (only applicable when indexes are in 'realtime' mode)indexer:update-mview
- apply all change logs
Logging
By default this module will echo output when the indexers run. it will also log the info (level debug).