This article explains how to resolve a locked Algolia queue runner in Magento by resetting the associated index.
If the queue runner becomes locked, Magento may stop processing queued indexing tasks. In this situation, resetting the queue runner index allows Magento to clear the lock and resume normal operation.
Magento provides a built-in command to reset indexers. For the Algolia queue runner, use the following command:
php bin/magento indexer:reset algolia_queue_runner
After running this command, Magento clears the indexer state, which releases the lock on the queue runner.
For more details on indexer management and troubleshooting, refer to the official Magento documentation:
https://experienceleague.adobe.com/en/docs/commerce-operations/configuration-guide/cli/manage-indexers