If a PuSH notification comes in but does not complete during the request (i.e. the request times out) the feed will be left in an awkward state where either:

  1. the importer technically still importing but no work is actually being done, new content may not have been imported and the feed will be "locked" from manual imports via the UI
  2. the importer isn't importing but didn't complete the import, new content may not have been imported and may not be imported until the site is notified again
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

elliotttf’s picture

Status: Active » Needs review
FileSize
1.03 KB

Here's an attempt at handling this.

twistor’s picture

Issue summary: View changes
Status: Needs review » Needs work

This should just use FeedsSource::scheduleImport().