Skip to content

4.2.2

Choose a tag to compare

@rootindex rootindex released this 09 Jul 16:58
70c85d4

Fixed

  • IndexerBacklogCountAggregator / IndexerChangelogCountAggregator: indexers without a changelog table (not in Update-by-Schedule mode, or dummy grid views) are now skipped via isScheduled() instead of erroring on every cron run. The backlog aggregator additionally catches ChangelogTableNotExistsException per indexer, so one anomalous indexer can no longer abort the whole magento_indexer_backlog_count_total metric. (#67)