Problem/Motivation

I have created a new field and mapped it to one of the widen fields. For the incoming assets sync is working correctly but for the existing assets the field is still even though it is having data in widen. I dont see bulk option to sync metadata or queue the assets. I tried to use the existing drush commands but they are long running and also syncing only the updated ones.

Proposed resolution

Provide Drush command to Force queue the assets.

Issue fork acquia_dam-3583419

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

chakkche created an issue. See original summary.

rajeshreeputra made their first commit to this issue’s fork.

rajeshreeputra’s picture

Status: Active » Postponed (maintainer needs more info)

@chakkche - Have you looked at acquia-dam:download-assets --media-type={dam_media_type_id} --redownload command?

rajeshreeputra’s picture

Status: Postponed (maintainer needs more info) » Active
chakkche’s picture

@rajeshreeputra Yes it is live syncing the data from Widen. In Media types which are having less number of resources works well, but in media types where having large number of resources like 30k or 40k.

Running that command in the server is to much time taking and if it breaks in the middle there is no way to continue. We need to start from the beginning. May be we can add an option to simply queue the Media item so that we can let it run in cron or batches? So we can pick from where the process exited.