Error: Unknown named parameter $store_id in /var/www/html/releases/44/vendor/algolia/algoliasearch-magento-2/Model/Job.php:76

When Magento (Open Source, 2.4.5-p1) tries to execute the indexer_reindex_all_invalid job, it fails with an error.
The line of code referenced suggests the Algolia extension is trying to run a callback method, but the parameter store_id is causing an error. This is currently happening on the live site, so my debugging options are limited.
How might I fix this problem?

The extension installed is "algolia/algoliasearch-magento-2": "3.10.0"
PHP version:

PHP 8.1.12 (cli) (built: Oct 25 2022 17:30:00) (NTS gcc x86_64)
Copyright (c) The PHP Group
Zend Engine v4.1.12, Copyright (c) Zend Technologies
    with Zend OPcache v8.1.12, Copyright (c), by Zend Technologies
[2023-06-21T11:09:08.978620+00:00] main.ERROR: Cron Job indexer_reindex_all_invalid has an error: Unknown named parameter $store_id. Statistics: {"sum":0,"count":1,"realmem":0,"emalloc":0,"realmem_start":123731968,"emalloc_start":47657888} [] []
[2023-06-21T11:09:08.978848+00:00] main.CRITICAL: Error: Unknown named parameter $store_id in /var/www/html/releases/44/vendor/algolia/algoliasearch-magento-2/Model/Job.php:76
Stack trace:
#0 /var/www/html/releases/44/vendor/algolia/algoliasearch-magento-2/Model/Job.php(76): call_user_func_array()
#1 /var/www/html/releases/44/vendor/algolia/algoliasearch-magento-2/Model/Queue.php(232): Algolia\AlgoliaSearch\Model\Job->execute()
#2 /var/www/html/releases/44/vendor/algolia/algoliasearch-magento-2/Model/Queue.php(191): Algolia\AlgoliaSearch\Model\Queue->run()
#3 /var/www/html/releases/44/vendor/algolia/algoliasearch-magento-2/Model/Indexer/QueueRunner.php(55): Algolia\AlgoliaSearch\Model\Queue->runCron()
#4 /var/www/html/releases/44/vendor/magento/framework/Interception/Interceptor.php(58): Algolia\AlgoliaSearch\Model\Indexer\QueueRunner->executeFull()
#5 /var/www/html/releases/44/vendor/magento/framework/Interception/Interceptor.php(138): Algolia\AlgoliaSearch\Model\Indexer\QueueRunner\Interceptor->___callParent()
#6 /var/www/html/releases/44/vendor/magento/framework/Interception/Interceptor.php(153): Algolia\AlgoliaSearch\Model\Indexer\QueueRunner\Interceptor->Magento\Framework\Interception\{closure}()
#7 /var/www/html/releases/44/generated/code/Algolia/AlgoliaSearch/Model/Indexer/QueueRunner/Interceptor.php(23): Algolia\AlgoliaSearch\Model\Indexer\QueueRunner\Interceptor->___callPlugins()
#8 /var/www/html/releases/44/vendor/magento/module-indexer/Model/Indexer.php(443): Algolia\AlgoliaSearch\Model\Indexer\QueueRunner\Interceptor->executeFull()
#9 /var/www/html/releases/44/vendor/magento/framework/Interception/Interceptor.php(58): Magento\Indexer\Model\Indexer->reindexAll()
#10 /var/www/html/releases/44/vendor/magento/framework/Interception/Interceptor.php(138): Magento\Indexer\Model\Indexer\Interceptor->___callParent()
#11 /var/www/html/releases/44/vendor/amasty/feed/Plugin/Indexer/Model/Indexer/InvalidateIndex.php(52): Magento\Indexer\Model\Indexer\Interceptor->Magento\Framework\Interception\{closure}()
#12 /var/www/html/releases/44/vendor/magento/framework/Interception/Interceptor.php(135): Amasty\Feed\Plugin\Indexer\Model\Indexer\InvalidateIndex->aroundReindexAll()
#13 /var/www/html/releases/44/vendor/magento/framework/Interception/Interceptor.php(153): Magento\Indexer\Model\Indexer\Interceptor->Magento\Framework\Interception\{closure}()
#14 /var/www/html/releases/44/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php(23): Magento\Indexer\Model\Indexer\Interceptor->___callPlugins()
#15 /var/www/html/releases/44/vendor/magento/module-indexer/Model/Indexer/DependencyDecorator.php(268): Magento\Indexer\Model\Indexer\Interceptor->reindexAll()
#16 /var/www/html/releases/44/vendor/magento/module-indexer/Model/Processor.php(88): Magento\Indexer\Model\Indexer\DependencyDecorator->reindexAll()
#17 /var/www/html/releases/44/vendor/magento/framework/Interception/Interceptor.php(58): Magento\Indexer\Model\Processor->reindexAllInvalid()
#18 /var/www/html/releases/44/vendor/magento/framework/Interception/Interceptor.php(138): Magento\Indexer\Model\Processor\Interceptor->___callParent()
#19 /var/www/html/releases/44/vendor/magento/framework/Interception/Interceptor.php(153): Magento\Indexer\Model\Processor\Interceptor->Magento\Framework\Interception\{closure}()
#20 /var/www/html/releases/44/generated/code/Magento/Indexer/Model/Processor/Interceptor.php(23): Magento\Indexer\Model\Processor\Interceptor->___callPlugins()
#21 /var/www/html/releases/44/vendor/magento/module-indexer/Cron/ReindexAllInvalid.php(31): Magento\Indexer\Model\Processor\Interceptor->reindexAllInvalid()
#22 [internal function]: Magento\Indexer\Cron\ReindexAllInvalid->execute()
#23 /var/www/html/releases/44/vendor/magento/module-cron/Observer/ProcessCronQueueObserver.php(368): call_user_func_array()
#24 /var/www/html/releases/44/vendor/magento/module-cron/Observer/ProcessCronQueueObserver.php(879): Magento\Cron\Observer\ProcessCronQueueObserver->_runJob()
#25 /var/www/html/releases/44/vendor/magento/module-cron/Observer/ProcessCronQueueObserver.php(840): Magento\Cron\Observer\ProcessCronQueueObserver->tryRunJob()
#26 /var/www/html/releases/44/vendor/magento/module-cron/Observer/ProcessCronQueueObserver.php(280): Magento\Cron\Observer\ProcessCronQueueObserver->processPendingJobs()
#27 /var/www/html/releases/44/vendor/magento/framework/Event/Invoker/InvokerDefault.php(88): Magento\Cron\Observer\ProcessCronQueueObserver->execute()
#28 /var/www/html/releases/44/vendor/magento/framework/Event/Invoker/InvokerDefault.php(74): Magento\Framework\Event\Invoker\InvokerDefault->_callObserverMethod()
#29 /var/www/html/releases/44/vendor/magento/framework/Event/Manager.php(65): Magento\Framework\Event\Invoker\InvokerDefault->dispatch()
#30 /var/www/html/releases/44/generated/code/Magento/Framework/Event/Manager/Proxy.php(95): Magento\Framework\Event\Manager->dispatch()
#31 /var/www/html/releases/44/vendor/magento/framework/App/Cron.php(86): Magento\Framework\Event\Manager\Proxy->dispatch()
#32 /var/www/html/releases/44/vendor/magento/module-cron/Console/Command/CronCommand.php(117): Magento\Framework\App\Cron->launch()
#33 /var/www/html/releases/44/vendor/symfony/console/Command/Command.php(255): Magento\Cron\Console\Command\CronCommand->execute()
#34 /var/www/html/releases/44/vendor/symfony/console/Application.php(1021): Symfony\Component\Console\Command\Command->run()
#35 /var/www/html/releases/44/vendor/symfony/console/Application.php(275): Symfony\Component\Console\Application->doRunCommand()
#36 /var/www/html/releases/44/vendor/magento/framework/Console/Cli.php(116): Symfony\Component\Console\Application->doRun()
#37 /var/www/html/releases/44/vendor/symfony/console/Application.php(149): Magento\Framework\Console\Cli->doRun()
#38 /var/www/html/releases/44/bin/magento(23): Symfony\Component\Console\Application->run()
#39 {main}

Next RuntimeException: Error when running a cron job: Unknown named parameter $store_id in /var/www/html/releases/44/vendor/magento/module-cron/Observer/ProcessCronQueueObserver.php:380
Stack trace:
#0 /var/www/html/releases/44/vendor/magento/module-cron/Observer/ProcessCronQueueObserver.php(879): Magento\Cron\Observer\ProcessCronQueueObserver->_runJob()
#1 /var/www/html/releases/44/vendor/magento/module-cron/Observer/ProcessCronQueueObserver.php(840): Magento\Cron\Observer\ProcessCronQueueObserver->tryRunJob()
#2 /var/www/html/releases/44/vendor/magento/module-cron/Observer/ProcessCronQueueObserver.php(280): Magento\Cron\Observer\ProcessCronQueueObserver->processPendingJobs()
#3 /var/www/html/releases/44/vendor/magento/framework/Event/Invoker/InvokerDefault.php(88): Magento\Cron\Observer\ProcessCronQueueObserver->execute()
#4 /var/www/html/releases/44/vendor/magento/framework/Event/Invoker/InvokerDefault.php(74): Magento\Framework\Event\Invoker\InvokerDefault->_callObserverMethod()
#5 /var/www/html/releases/44/vendor/magento/framework/Event/Manager.php(65): Magento\Framework\Event\Invoker\InvokerDefault->dispatch()
#6 /var/www/html/releases/44/generated/code/Magento/Framework/Event/Manager/Proxy.php(95): Magento\Framework\Event\Manager->dispatch()
#7 /var/www/html/releases/44/vendor/magento/framework/App/Cron.php(86): Magento\Framework\Event\Manager\Proxy->dispatch()
#8 /var/www/html/releases/44/vendor/magento/module-cron/Console/Command/CronCommand.php(117): Magento\Framework\App\Cron->launch()
#9 /var/www/html/releases/44/vendor/symfony/console/Command/Command.php(255): Magento\Cron\Console\Command\CronCommand->execute()
#10 /var/www/html/releases/44/vendor/symfony/console/Application.php(1021): Symfony\Component\Console\Command\Command->run()
#11 /var/www/html/releases/44/vendor/symfony/console/Application.php(275): Symfony\Component\Console\Application->doRunCommand()
#12 /var/www/html/releases/44/vendor/magento/framework/Console/Cli.php(116): Symfony\Component\Console\Application->doRun()
#13 /var/www/html/releases/44/vendor/symfony/console/Application.php(149): Magento\Framework\Console\Cli->doRun()
#14 /var/www/html/releases/44/bin/magento(23): Symfony\Component\Console\Application->run()
#15 {main} [] []

If you have updated magento check data in the table algoliasearch_queue if you see store_id in data it’s the same problem I’ve met. Just clean this table and reindex, the error should be gone.