We discovered that the videos were not being created via the subscription service. This is because BrightcoveSubscriptionController assumes the video already exists in Drupal.

Please add handling for creating new videos in Drupal when notified by the service.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sime created an issue. See original summary.

sime’s picture

Issue summary: View changes
sime’s picture

sime’s picture

Status: Active » Needs review
sime’s picture

FileSize
3.73 KB

Added a locking mechanism because we were getting duplicates. There's an argument to say a locking mechanism should be placed into createOrUpdate().

sime’s picture

There will be an update to this patch. It actually creates videos too fast. We've identified that we can keep the video unpublished until subsequent notifications.

sime’s picture

Status: Needs review » Needs work
daniel.nitsche’s picture

Rerolling against current dev.

pingwin4eg’s picture

Rerolling against current 8.x-1.x.