Problem/Motivation

When saving an entity with many file_links there might be a problem to fetch all the metadata before php times out.

Steps to reproduce

Create/update a node with file links and add a lot of links to documents hosted on a slow server.

Proposed resolution

Add a configuration setting to allow fetching the data as part of a cron job.

Remaining tasks

implement, test, etc

User interface changes

link data may not be updated immediately but wait for cron.

API changes

none

Data model changes

none

Comments

bircher created an issue. See original summary.

  • bircher authored 9a79745 on 2.0.x
    Issue #3177727 by bircher: Allow deferring fetching of metadata to cron
    
  • bircher authored ae1876f on 2.0.x
    Issue #3177727 by bircher: Allow deferring fetching of metadata to cron
    
bircher’s picture

Status: Active » Fixed

we may want to add an update hook too, but the default should work too.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.