You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)