Problem/Motivation

This module will pull every Sharpstream item every time the Drush command runs, even though those items may already exist.

We can create a flag during import from when it was last run, to only target the items that are needed to be imported, possibly with a buffer to make sure no items have been missed. There's a todo in the code for where this is needed

@see SharpstreamService->process()

Comments

aaron.ferris created an issue.