- Issue created by @AaronBauman
- Merge request !72Issue #3427904 by AaronBauman: New exception handling results in stuck pull queue β (Open) created by AaronBauman
- Status changed to Needs review
10 months ago 4:19pm 14 March 2024
If any exception is encountered during pull queue processing, the pull queue handler \Drupal\salesforce_pull\Plugin\QueueWorker\PullBase::updateEntity and \Drupal\salesforce_pull\Plugin\QueueWorker\PullBase::createEntity will throw a generic Exception, which causes queue processing to be aborted.
Instead, these methods should throw a DelayedRequeueException in order to re-queue the failed item and allow queue processing to continue
Needs review
5.0
salesforce_pull.module