module-indexer-deploy-config icon indicating copy to clipboard operation
module-indexer-deploy-config copied to clipboard

A Magento 2 module that allows developers to lock indexer modes via deployment config.

Results 5 module-indexer-deploy-config issues
Sort by recently updated
recently updated
newest added
trafficstars

Did some preliminary work but contains a bug; `bin/magento indexer:set-mode realtime design_config_grid -l` So far so good: ``` diff --git a/app/etc/config.php b/app/etc/config.php index 394877a..42a851e 100644 --- a/app/etc/config.php +++ b/app/etc/config.php @@...

# Description Extend the `indexer:set-mode` command to also accept `--lock` and `--unlock` arguments. When specified, the indexer mode should be locked in `app/etc/config.php`. Alternatively create a new command for this...

# Description Provide test coverage for completeness.

# Description Allows developers to forcefully prevent indexers being locked to specific modes via `di.xml` configuration and extends the deployment configuration validation to enforce these rules. # Discussion Points 1....

TIL: > Customer Grid can only be reindexed using Update on Save. This index does not support Update by Schedule. Source; https://experienceleague.adobe.com/en/docs/commerce-admin/systems/tools/index-management#change-the-index-mode Maybe we can add it to this extension...