Is it possible to get files propagated across all container stores on node save/update, instead of just on cron?

CommentFileSizeAuthor
#2 storage-1984906-2.patch713 bytesjrao
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bennos’s picture

Category: support » feature

actually not but a drush action would be cool.
we should make a feature request of this.

jrao’s picture

Issue summary: View changes
Status: Active » Needs review
FileSize
713 bytes

Ok, here's a very simple drush command that basically does the same thing as storage's cron, use "drush storage" to run it.

Andre-B’s picture

Status: Needs review » Reviewed & tested by the community

this works, though it would probably be great to have more fine grained options - but this is not possible by design of storage api I guess.

Silicon.Valet’s picture

Perignon’s picture

Status: Reviewed & tested by the community » Closed (duplicate)

I just committed a full set of drush commands into dev in the above referenced thread. Marking this as a duplicate because this issue and more were covered with the other patch.