Merge branch 'hotfix/3.7.2'
This commit is contained in:
@@ -487,7 +487,6 @@ class MassEmail extends \Espo\Services\Record
|
||||
|
||||
} catch (\Exception $e) {
|
||||
if ($queueItem->get('attemptCount') >= self::MAX_ATTEMPT_COUNT) {
|
||||
$this->setQueueItemFailed($queueItem);
|
||||
$queueItem->set('status', 'Failed');
|
||||
}
|
||||
$this->getEntityManager()->saveEntity($queueItem);
|
||||
|
||||
Reference in New Issue
Block a user