We were encountering timeouts with the Brightcove full migration. We've had success eliminating these timeouts by reducing the number of videos synced at one time.
The attached patch tracks the last video synced to Drupal, and adds a "Sync New" function that only syncs videos from later than that date.
Tests
Adds a "Sync new" button to the status overview next to the existing "Sync now" button.
Added a new Drush command, brightcove:sync-new
(bcsn
) which only syncs videos newer than the latest video entity date.
Active
3.3
Code