Closed
Description
This issue is automatically created based on existing pull request: #36347: Set default indexer mode to 'schedule'
Description
It is recommended that indexers be in the schedule
("Update by Schedule") mode, and not realtime
("Update on Save") mode. However, when Magento is installed for the first time, all indexers are by default in the "wrong" mode. This pull request changes the default for new indexers to be in the expected / recommended mode.
This change will not impact any existing indexers and therefore existing websites should not notice any impact from this change. If a module with an indexer is installed on an existing website, it will be created with the new default mode: {{{}schedule{}}}.
Manual testing scenarios
- Install Magento anew
- Navigate in the admin to System -> Tools -> Index Management
- Notice the colour of the "Mode" column. Before this change, these were all red, indicating an error/problem; after this change these are all green, indicating that all is well.