https://github.com/magesuite/stuck-indexers-fixer
The module unblocks indexers that got stuck.
Installation
This module is a part of MageSuite metapackage
Installation if metapackage is not used:
composer require "creativestyle/magesuite-stuck-indexers-fixer" ^1.0.0
Admin settings
Admin settings are located in Stores -> Configuration -> Advanced -> System -> Stuck Indexer Fixer
Settings:
Field | Options | Comment |
---|---|---|
Enable Automatic Stuck Indexes Fixing | Yes/No | When enabled indexing that got somehow stuck will be automatically detected and fixed |
Shoud enable suspended indexes | Yes/No | When enabled indexing that got suspended will be automatically detected and fixed |
Threshold to mark indexer as stuck | How long (in minutes) from the last activity must pass for indexer in a "working" status to treat it as stuck. | |
Cron expression for scheduling the fixer | Use Crontab Format (Eg. "*/5 * * * *" for every 5 minutes) | https://en.wikipedia.org/wiki/Cron |
Backend
In progress
Frontend
There are no frontend features in the module.