Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-30438

Compute update thumbnail in a dedicated transaction per documents

    XMLWordPrintable

    Details

    • Release Notes Summary:
      Thumbnail computation is done in a dedicated transaction per documents.
    • Upgrade notes:
      Hide

      The maximum duration to produce a thumbnail is now limited by default to 5min. This limit is applied to the listener in charge of creating a new thumbnail and also to the recomputeTumbnail bulk action.

      The limit can be tuned with:

      nuxeo.thumbnail.transaction.timeout.seconds=300
      

      Note that the limit is set at the transaction level (and not at the command level) because thumbnail generation may involve multiple commands.

      Show
      The maximum duration to produce a thumbnail is now limited by default to 5min. This limit is applied to the listener in charge of creating a new thumbnail and also to the recomputeTumbnail bulk action. The limit can be tuned with: nuxeo.thumbnail.transaction.timeout.seconds=300 Note that the limit is set at the transaction level (and not at the command level) because thumbnail generation may involve multiple commands.
    • Team:
      PLATFORM
    • Sprint:
      nxplatform #36, nxplatform #37
    • Story Points:
      0

      Description

      Even after NXP-30244, there are transaction timeouts during updateThumbnailListener.
      It is probable that some conversion timeouts and don't return any thumbnail and in this case, we keep the same transaction resulting in a timeout.

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: