Loading feeds.module +1 −0 Changes for feeds.module: 1 added line, 0 removed lines. Original line number Diff line number Diff line Loading @@ -103,6 +103,7 @@ function feeds_cron() { // Delete queued timestamp after 12 hours assuming the update has failed. $ids = \Drupal::entityQuery('feeds_feed') ->condition('queued', \Drupal::time()->getRequestTime() - (3600 * 12), '<') ->condition('queued', 0, '<>') ->execute(); foreach (Feed::loadMultiple($ids) as $feed) { Loading Loading
feeds.module +1 −0 Changes for feeds.module: 1 added line, 0 removed lines. Original line number Diff line number Diff line Loading @@ -103,6 +103,7 @@ function feeds_cron() { // Delete queued timestamp after 12 hours assuming the update has failed. $ids = \Drupal::entityQuery('feeds_feed') ->condition('queued', \Drupal::time()->getRequestTime() - (3600 * 12), '<') ->condition('queued', 0, '<>') ->execute(); foreach (Feed::loadMultiple($ids) as $feed) { Loading