Magento index is locked by another reindex process. Skipping.

解决方法如下:

  1. php bin/magento indexer:reset

Magento2 indexer 常用命令

1.重置indexer

  1. php bin/magento indexer:reset

2.查看indexer列表

  1. php bin/magento indexer:info

3. 查看indexer状态

  1. php bin/magento indexer:status

4.重建索引

  1. php bin/magento indexer:reindex

参考链接:Manage the indexers